Company User
Get company users list
Get company users list
get/api/v1/company-user
Query parameters
company_idstring uuid required
pageinteger
sizeinteger
teamIdstring uuid nullable
statusstring nullable
roleNamestring nullable
emailstring nullable
Response
Successful Response
Example response
{
"items": [
{
"email": "example.com",
"id": "123e4567-e89b-12d3-a456-426614174000",
"logo_url": "https://example.com/logo.png",
"role_name": "Editor",
"status": "pending"
},
{
"email": "example2.com",
"id": "123e4567-e89b-12d3-a456-426614174001",
"logo_url": "https://example.com/logo2.png",
"role_name": "Admin",
"status": "active"
}
],
"page": 1,
"pages": 1,
"size": 10,
"total": 2
}Changes
No recorded changes to this endpoint across all 1 revision of this API.