tribes.getUsersStatus
Get information about a users status within a tribe. Returns false if user is not a member, or status in tribe if they are.
Arguments
- tribeId (Required)
- Tribe ID
- userId (Required)
- User ID
Response
- userId (integer)
- Users ID
- tribeId (integer)
- Tribe ID
- 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