Team role 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[]
organisationID cuidorganisationRoleID stringname string
{
"total": 0,
"data": [
{
"organisationID": "string",
"organisationRoleID": "string",
"name": "string"
}
]
}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
- code string
- message string
{
"code": "string",
"message": "string"
}
Loading...