Skip to main content
PUT
Update user details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Update User Self Details

loginId
string

User Login Id

Example:

"sdsdf232ew-123asdaa-1231231"

email
string<email>

User Email Id

Example:

"test.user@foobar.com"

firstName
string

User First Name

Example:

"Test"

lastName
string

User Last Name

Example:

"Jr"

primaryContact
string

User Primary Contact

Example:

"+1 650 333 4444"

Response

User Identity Object

id
string

Id

Example:

"8fed3942-b742-4559-bc99-e4129e888eb1"

status
enum<string>
default:active

Role Status

Available options:
active,
inactive
Example:

"active"

loginId
string

User Login Id

Example:

"test.user@foobar.com"

orgId
string

User Organization Id

Example:

"123123-23wdd-123234"

isStaffUserFederated
boolean

User Staff Organization

Example:

false

meta
object
Example:
email
string<email>

User Email Id

Example:

"test.user@foobar.com"

firstName
string

User First Name

Example:

"Test"

lastName
string

User Last Name

Example:

"User"

primaryContact
string

User Primary Contact

Example:

"+1 650 333 4444"