Skip to content

GET/api/v1/platform/admins

ReturnsResponseListPlatformAdminView

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": [
    {
      "userId": 0,
      "email": "string",
      "name": "string",
      "lastLoginAt": "2024-01-15T09:30:00Z"
    }
  ],
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure