Gatana Documentation
RoutesUsersUsersub

/users/{userSub}

GET
/users/{userSub}
AuthorizationBearer <token>

In: header

Path Parameters

userSub*string

Response Body

application/json

curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/users/string"
{
  "user": {
    "id": 0,
    "sub": "string",
    "tenantId": "string",
    "name": "string",
    "email": "user@example.com",
    "role": "member",
    "isSuperAdministrator": true,
    "isDisabled": true,
    "isServiceAccount": true,
    "createdAt": "string",
    "updatedAt": "string"
  }
}