POST api/v1/orgs/{orgid}/Users
Create a new User in Arya( Only organization Admin have permissions to Create user information ).
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| orgid | Value of Arya Organization ID |
Define this parameter in the request URI. |
| request | {
"FirstName": "UserFristname",
"LastName": "Userlastname",
"LoginName": "abc@example.com",
"Email": "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: