Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns a list of group IDs for all groups in the system that use the specified group attributes.
Group attributes are only available in the group context and consist of a unique name and a value.
Please note that attributes like Group Name or Email cannot be used here.

Request path

POST [REST URL]/group/findIdsByAttributes

Request Body Type

list of Attribute

Example body

[{
"name" : " GroupAttributeName ",
"value" : "12345"
}]

Example response

[1800123829]


  • No labels