/v1/ad/sids/{sid}/object
sid
{ "description": "ad_ldap_object", "type": "object", "properties": { "dn": { "description": "dn", "type": "string" }, "sid": { "description": "sid", "type": "string" }, "uid": { "description": "uid", "type": "number" }, "gid": { "description": "gid", "type": "number" }, "name": { "description": "name", "type": "string" }, "groups": { "type": "array", "items": { "description": "groups", "type": "string" } }, "primary_group_sid": { "description": "primary_group_sid", "type": "string" }, "classes": { "type": "array", "items": { "description": "classes", "type": "string" } } } }