Organization
Get Organization Users
Fetch the users of an organization by its id. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
GET
/
api
/
organization
/
users
/
{organization_id}
Authorizations
Authorization
string
headerrequiredHeaders
TR-Organization
string
requiredThe organization id to use for the request
Path Parameters
organization_id
string
requiredThe id of the organization you want to fetch the users of.
Response
200 - application/json
created_at
string
requiredemail
string
requiredid
string
requiredname
string | null
orgs
object[]
requireduser_orgs
object[]
required