PUT api/v1/orgs/{orgid}/Users/{userid}

Update user information( Only organization Admin have permissions to update user information )

Request Information

Parameters

NameDescriptionAdditional information
orgid
Value of your organization id

Define this parameter in the request URI.

userid
userid = LoginName OR Arya UserID is required(LoginName=username@companymail.com)

Define this parameter in the request URI.

request
{
            	"FirstName": "UserFristname",
            	"LastName": "Userlastname",
            	"UpdateEmail": "abc@example.com",
            	"WorkPhone": "110674365",
            	"HomePhone": "987654321",
            	"Role": "God View" or Admin or Recruiter",
            	"SSOID":"If your organization have SSO id enter hear"
            }

None.

value
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Object'.