List users and their permissions
List every user in the account along with their permissions. Restricted to account admins: if the API key does not belong to a user whose settings_access level is account_admin, this endpoint returns 403 Forbidden.
By default the list contains active and deactivated members followed by pending invitees — keep following next_cursor to page through all of them. Use status to narrow to one group. Invited users have no permissions yet, so their items omit the permissions object and created_at is the date they were invited.
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.
active, deactivated, invited Filter by settings access level.
none, team_admin, account_admin 
