Skip to main content
POST
/
tenant
/
{tenantId}
/
admin
/
user
/
first
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "id": 123,
    "userId": 123,
    "tenantId": 123,
    "principalOid": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "email": "<string>",
    "isEnabled": true,
    "roles": [
      {
        "id": 123,
        "name": "<string>",
        "description": "<string>",
        "permissions": [
          {
            "id": 123,
            "name": "<string>"
          }
        ]
      }
    ]
  }
}

Path Parameters

tenantId
integer
required

Body

emails
string[] | null
firstName
string | null
lastName
string | null
principalOid
string | null
tenantId
integer | null

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object