Get organization members
Account
Get organization members
Returns all active members of your team: their user ID, role, name, and email.
Free. This call does not consume credits.
What you need
Nothing beyond your API key.
Behaviour
- Page through with
pageandlimit. - Suspended users are excluded.
- Each member’s
user_idmatches theconnected_teammatesvalues returned by the Network endpoints.
What you do next
- Resolve a teammate. Match a
user_idto theconnected_teammatesvalues in Get network people and Get network connections at a company to see who holds a given connection.
GET
Get organization members
Authorizations
Query Parameters
The page number of results to return, base 0, default is 0.
The number of results to return, default is 50.
Response
Active members of your organization.
The Specter user id. Matches the connected_teammates values on the Network endpoints.
Example:
"user_xxx"
The user's role in the organization.
Available options:
admin, member Example:
"admin"
Full display name, when set.
Example:
"Dominik Vacikar"
Email address, when set.
Example:
"jane.doe@example.com"