Update OrgUser
| Description | Update an existing sub-org related to a given root org id |
| HTTP Method | /v1/identity/organizations/{organization_id}/orguser/{orguser_id} |
| HTTP Path | PUT |
| Associated Scope(s) | identity.employees |
Request Path Parameters (If Any)
| Name | Type | Description |
|---|---|---|
| organization_id | string | Root Org UUID. |
| orguser_id | string | UUID of orguser to be updated |
Request Query/Body Parameters (If Any)
| Name | Type | Description |
|---|---|---|
| orguser | entities.OrgUser | OrgUser to be updated |
Response Fields (If Any)
| Name | Type | Description |
|---|---|---|
| orguser | entities.OrgUser | OrgUser that got updated |
Endpoint Specific Errors (Standard API Errors are defined here)
| Http Status Code | Code | Message |
|---|---|---|
| 400 | bad_request | A bad request like “non-existent orgID” |
| 401 | unauthorized | No authentication provided, or invalid auth credentials, or missing scopes, etc. |