HTTP - Management
Get a group
Created by zengenti, last modified by r.saunders on 12 Feb 2021
A group resource can be retrieved any valid Group Identifier.
GET/api/security/groups/{groupIdentifier}
Parameter
Name | Parameter type | Type | Format | Description | Example | Required |
---|---|---|---|---|---|---|
groupIdentifier | path | string | group identifier | For convenience, Group resources can be referenced by using either the group name or id | "Paper Street Soap Company" or "82f73a9b-2a13-4d63-bcc1-e8ee5047b01c" | true |
Examples
Get a group by id
GET: /api/security/groups/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c
Get a group by name
GET: /api/security/groups/Paper%20Street%20Soap%20Company