Endpoint

/v1/ad/usernames/{username}/sids/

GET

Return the SIDs for the given username as found by querying the domain controller for the domain the cluster is joined to.

Parameters

Name Description Required
username The username to use to look up SIDs Yes

Response

Codes

Code Description
200 Return value on success

Schema

{
  "type": "array",
  "items": {
    "type": "string"
  }
}