Get OrgUser
Description | Get orguser related to a root org id |
HTTP Method | /v1/identity/organizations/{organization_id}/orguser/{orguser_id} |
HTTP Path | GET |
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 retrieved |
Request Query/Body Parameters (If Any)
N/A
Response Fields (If Any)
Name | Type | Description |
---|---|---|
orguser | entities.OrgUser | OrgUser requested |
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. |