Endpoint
/v1/ad/sids/{sid}/username
GET
Return the Username for the given SID as found by querying the domain controller for the domain the cluster is joined to.Parameters
| Name | Description | Required |
|---|---|---|
sid |
The SID to use to looukup a username | Yes |
Response
Codes
| Code | Description |
|---|---|
| 200 | Return value on success |
Schema
{
"type": "string"
}