GroupsInput Input Object
Fields
#
name
Parameter used to search for groups by name. Group names are comprised of letters and numbers with no spaces. Any group matching the passed in string will be returned.
tags
Parameter used to search for groups by tags. A group that matches any of the tags passed in will be returned. This field supports wildcard searches by setting wildcardTags to true .
userIds
Parameter used to search for groups by user ids. Multiple user ids can be passed as a comma separated string or as an array. A group containing all users passed in will be returned.
wildcardTags
Setting to true will have the tags parameter act as a wildcard search, returning groups where the tag contains the provided tag. Setting to false will have the tags parameter be an exact search. Defaults to false .
Usages
#
References
#
- Argument params of field groups from type Query
GroupMemberList
IdentityType