List users and their permissions
Users
List users and their permissions
List all users in the account with their permissions.
Admin only. Returns 403 Forbidden unless the API key belongs to a user with settings_access of account_admin.
Results include active, deactivated, then pending members; page through with next_cursor, or filter with status. Invited users have no permissions object yet, and their created_at is the invite date.
GET
List users and their permissions
Authorizations
Include your API key in the X-Api-Key header of every request.
Query Parameters
Cursor for pagination.
Team name to filter by.
Filter by user status. invited cannot be combined with settings_access.
Available options:
active, deactivated, invited Filter by settings access level.
Available options:
none, team_admin, account_admin 
