| All Verbs | /CreateUserSetRoleScope |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| APIKEY | query | string | No | |
| UserIDInternal | query | string | No | |
| user_name | query | string | No | |
| email_address | query | string | No | |
| phone_number | query | string | No | |
| equip_role | query | string | No | |
| equip_site | query | string | No | |
| equip_locationcategories | query | string | No | |
| equip_assetcategories | query | string | No | |
| equip_peoplecategories | query | string | No | |
| equip_department | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/oneway/CreateUserSetRoleScope HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
APIKEY: String,
UserIDInternal: String,
user_name: String,
email_address: String,
phone_number: String,
equip_role: String,
equip_site: String,
equip_locationcategories: String,
equip_assetcategories: String,
equip_peoplecategories: String,
equip_department: String
}