Skip to content

GET/api/v1/platform/tenants/{tenantId}/users

Parameters 1

NameTypeDescription
tenantIdrequiredpath · integer

ReturnsResponseTenantUserListResponse

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": {
    "content": [
      {
        "userId": 0,
        "email": "string",
        "name": "string",
        "roles": [
          "string"
        ]
      }
    ]
  },
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure