Infrastructure/Tenants
GETInfrastructureSince 1.0SynchronousAuth Required
ListMembers
List all members belonging to the specified organizational unit.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
tenantUuidStringRequiredUUID of the tenant that owns the org unit
uuidStringRequiredUUID of the org unit to list members for
Query Parameters
recursiveBooleanWhether to include members from nested child units Whether to include members from nested child units
Example: true
pageIntegerPage number (1-based) for pagination Page number (1-based) for pagination
Example: 0
sizeIntegerNumber of records per page Number of records per page
Example: 0
Responses
Endpoint
GET/api/v1/tenants/{tenantUuid}/org/units/{uuid}/members
/api/v1/tenants/{tenantUuid}/org/units/{uuid}/members
Request Example
curl -X GET '{host}/api/v1/tenants/{tenantUuid}/org/units/{uuid}/members' -H 'Authorization: Bearer {token}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
