List Team Users
GET /api/v1/teams/{team_id}/users
GET
/api/v1/teams/{team_id}/users
Retrieves the users for a team.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” team_id
required
integer
Team ID
Responses
Section titled “ Responses ”Successful
object
results
required
Array
object
id
required
integer
Example
12345 first_name
required
string
Example
Joe last_name
required
string
Example
Cottam email
required
created_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z updated_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z profile_image_url
required
string format: url
Example
https://example.com/profile.jpg wants_marketing_emails
required
boolean
two_factor_enabled
required
boolean
disabled_email_notifications
required
Array<string>
organization_membership
required
object
role_id
required
integer
Example
12345 invitation_sent_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z invitation_accepted_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z pagination
required
object
per
required
integer
Example
10 page
required
integer
Example
1 total
required
integer
Example
100Unauthorized
object
message
required
string
Example
Record not foundForbidden
object
message
required
string
Example
Record not foundNot Found
object
message
required
string
Example
Record not found