Endpoint
/v1/ad/sids/{sid}/uid
GET
Return the UID for the given SID as found by issuing an AD query against the current domain the cluster is joined to.Parameters
| Name | Description | Required |
|---|---|---|
sid |
The SID to use to look up a UID | Yes |
Response
Codes
| Code | Description |
|---|---|
| 200 | Return value on success |
Schema
{
"description": "api_ad_uid",
"type": "object",
"properties": {
"uid": {
"description": "uid",
"type": "number"
}
}
}