Team user list
Use this API to display a list of users belonging to your organisation.
Path Parameters
- organisation-id cuid required
Organisation ID
Responses
- 200
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
- total int32
data object[]
userID stringfirstName stringlastName stringemail emailroles object[]
organisationID cuidorganisationRoleID stringname string
{
"total": 0,
"data": [
{
"userID": "string",
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"roles": "string"
}
]
}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
- code string
- message string
{
"code": "string",
"message": "string"
}
Loading...