Update User Details

Update User Details

Use this endpoint to update user details
Authorized Roles : PROVIDER

Request
URI
PUT
https://{api_host}/provider/users/{id}/update-user-details
COPY
Path Parameters
integer
id
Required

ID of the user


Request Body
tdmUserUpdateDTO of type(s) application/json
Required
{
    "contactNumber": "string",
    "tenantId": "string",
    "roles": [
        "string"
    ]
}
string
contactNumber
Optional

contactNumber

string As uuid As uuid
tenantId
Optional

tenantId

array of string
roles
Required

Valid values are - TENANT_ADMIN and/or TENANT_USER

Possible values are : ORG_ADMIN, ORG_USER, PROVIDER,
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure