Retrieve a GroupAsk AIget https://na1.ironcladapp.com/scim/v2/Groups/{groupId}Documentation on accessing a Group via SCIM. OAuth Scope required: scim.groups.readGroupsPath ParamsgroupIdstringrequiredA group's unique id can be identified using the Retrieve all Groups endpoint with a filter parameterQuery ParamsexcludedAttributesstringA comma-separated list of attributes to exclude from the resources in the response.Headersx-as-user-emailstringDenotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-id is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.x-as-user-idstringDenotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-email is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.Responses 200200 OK 403403 Forbidden 404404 Not Found 500500 Internal Server ErrorUpdated 7 months ago