API reference

Download spec
get

List team members

Returns every member of the team, including role, profile fields, and join timestamp. Use the `user_id` field when calling member update or remove routes.

Required API key scope
members:read
/api/v1/team/members

Code samples

curl --request GET \
  --url https://api.emailguard.co/api/v1/team/members \
  --header 'Authorization: Bearer YOUR_API_KEY'

Parameters

This endpoint has no parameters.

Responses

200
OK
OK
codestringrequired

Machine-readable status code (for example OK or INVALID_BODY).

dataunknown[]
messagestring

Human-readable detail when the code is not OK.

401
Unauthorized
Unauthorized
codestringrequired

Machine-readable status code (for example OK or INVALID_BODY).

messagestring

Human-readable detail when the code is not OK.

403
Forbidden
Forbidden
codestringrequired

Machine-readable status code (for example OK or INVALID_BODY).

messagestring

Human-readable detail when the code is not OK.

404
Not Found
Not Found
codestringrequired

Machine-readable status code (for example OK or INVALID_BODY).

messagestring

Human-readable detail when the code is not OK.