Endpoint
/v1/ad/uids/{uid}/sids/
GET
Return the SIDs for the given UID as found by issuing an AD query against the current domain the cluster is joined to.Parameters
Name | Description | Required |
---|---|---|
uid |
The UID to use to look up its SIDs | Yes |
Response
Codes
Code | Description |
---|---|
200 | Return value on success |
Schema
{
"type": "array",
"items": {
"type": "string"
}
}