tribes.getUsers

Get users of a tribe and information about their tribe status.

Arguments

tribeId (Optional)
Tribe ID
tribeUri (Optional)
Tribe URI
fields (Optional)
Value of 'count' will return a count. Count parameter will ignore the limit/offset arguments
admin (Optional)
Show admin users or non-admin users values ('0', '1')
trusted (Optional)
Show trusted users or non-trusted users values ('0', '1')
blocked (Optional)
Show blocked users or non-blocked users values ('0', '1')
featured (Optional)
Show featured users or non-featured users values ('0', '1')
offset (Optional)
Offset result set for pagination
limit (Optional)
Limit result set for pagination (max. 50)

Response

tribeId (integer)
ID of Tribe
user (array)
Array of information about the poster. See users.getInfo for details
admin (bool)
True if user is admin of tribe
trusted (bool)
True if user is a trusted contributor
blocked (bool)
True if user has been blocked
featured (bool)
True if user is currently featured in the tribe
created (integer)
Unix timestamp of when user joined the tribe
count (integer)
Number of users in tribe (if fields argument is set to 'count')

Test

http://api.atomicreach.com/?format=test&method=tribes.getUsers&tribeId=&tribeUri=&fields=&admin=&trusted=&blocked=&featured=&offset=0&limit=10