Item_QueryById
get
Query User-level AD Objects by Identity
Resource URL
https://api.wem.cloudburrito.com /services/wem/users/{id}
Header Parameters
Parameter | Type | Value | Description |
---|---|---|---|
Accept |
string |
Optional |
Only "application/json" is supported. |
Authorization |
string |
Optional |
Citrix Cloud authorization token. |
Citrix-TransactionId |
string |
Optional |
Transaction ID that will be used to track this request. |
Citrix-CustomerId |
string |
Optional |
Citrix Cloud customer ID. |
Request Body
id The ID of the resource you want to query. null true
Response Error Details
HTTP Code | Error Code | Description |
---|---|---|
401 | 401 |
Authorization failed. |
404 | 404 |
The target resource cannot be found. |
406 | 406 |
Requested media type is not supported. |
415 | 415 |
The charset is not supported. |
Item_QueryById
get
Query User-level AD Objects by Identity
Resource URL
https://api.wem.cloudburrito.com /services/wem/users/{id}
Header Parameters
Parameter | Type | Value | Description |
---|---|---|---|
Accept |
string |
Only "application/json" is supported. |
|
Authorization |
string |
Citrix Cloud authorization token. |
|
Citrix-TransactionId |
string |
Transaction ID that will be used to track this request. |
|
Citrix-CustomerId |
string |
Citrix Cloud customer ID. |
Request Body
id The ID of the resource you want to query. null true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
HTTP Code | Error Code | Description |
---|---|---|
401 | 401 |
Authorization failed. |
404 | 404 |
The target resource cannot be found. |
406 | 406 |
Requested media type is not supported. |
415 | 415 |
The charset is not supported. |
Working...