v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Identity

Update User

Updates a user and their role assignment in multiple tenants.

put/users/update/{user_id}

Request body

emailstring required

Email ID of the user. This wil be unique across all the CoreStack accounts

first_namestring

First Name of the user. It can be only alphanumeric

last_namestring

Last Name of the user. It can be only alphanumeric

timezone_idstring required

ID of the timezone to be set for th user. For a valid list of timezone values to use, please refer https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

mobilestring

Mobile number of the user.

preferred_language'en' | 'ja'

Preferred language of the user.

Example request

{
  "preferred_language": "en"
}

Response

Success

user_idstring required

ID of the updated User