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