/group/findIdsByAttributes
- 1 Minute to read
- Print
- DarkLight
/group/findIdsByAttributes
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Post
/group/findIdsByAttributes
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 body example:
[{
"name" : " GroupAttributeName ",
"value" : "12345"
}]
Body parameters
Array of object
object
name
string
value
string
Responses
200
Example response:
[1800123829]
Array of object
object
400
"message": "The provided JSON object representation is incorrect."
Was this article helpful?