Skip to main content
PUT
Update a tenant user

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

The tenant user has been successfully updated

id
string
required

The ID of the tenant user

Example:

"123e4567-e89b-12d3-a456-426614174000"

tenantId
string
required

The ID of the tenant

Example:

"123e4567-e89b-12d3-a456-426614174000"

name
string
required

The name of the tenant user

Example:

"John Doe"

email
string
required

The email of the tenant user

createdAt
string<date-time>
required

The date and time the tenant user was created

Example:

"2021-01-01T00:00:00.000Z"

updatedAt
string<date-time>
required

The date and time the tenant user was updated

Example:

"2021-01-01T00:00:00.000Z"