List all custom attributes for a group
GET
/api/v4/groups/{id}/custom_attributes
Lists all custom attributes for a specified group.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Responses
Section titled “Responses”OK
Media typeapplication/json
object
key
string
value
string
Example
{ "key": "foo", "value": "bar"}Bad Request
Not Found