Get a user group by name
get
/userGroups/findByName
Request
Query Parameters
-
contentTypeId: string
The unique identifier of the ContentType object.
-
nameToken(required): string
The string you believe to be in the name of the user group that you are looking for.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
OK
Root Schema : ResultListBOUserGroupKeyBO
Type:
Show Source
object-
count: integer
(int32)
-
hasMore(required): boolean
Title:
Has MoreDefault Value:falseBoolean indicating whether or not the collection contains more items than were returned in this request. Defaults to false. -
items(required): array
Items
Title:
ItemsThe collection of of the requested resources meeting your criteria. -
limit(required): integer
(int32)
Title:
LimitThe number of items this result is limited to. Used in conjunction with offset for pagination. -
links: array
Links
Title:
LinksREST API canonical and/or collection links for this Singular Resource -
offset(required): integer
(int32)
Title:
OffsetThe item index at which this resultset starts. Used in conjunction with limit for pagination.
Nested Schema : Items
Type:
arrayTitle:
ItemsThe collection of of the requested resources meeting your criteria.
Show Source
-
Array of:
object UserGroupKeyBO
Documentation for BO mode: UserGroupKeyBO
Nested Schema : Links
Type:
arrayTitle:
LinksREST API canonical and/or collection links for this Singular Resource
Show Source
Nested Schema : UserGroupKeyBO
Type:
objectDocumentation for BO mode: UserGroupKeyBO
Show Source
-
businessUnits: array
Business Units
Title:
Business UnitsThe business units assigned to the user group. -
family: string
Title:
FamilyRead Only:trueThe Fusion family that this user group type belongs to -
links: array
Links
Title:
LinksRead Only:trueThe collection links related to this resource -
name: string
Title:
NameRead Only:trueMaximum Length:255The localized name of the user group. The name field can only be used for sorting. -
namespaceFromStripe: string
-
product: string
Title:
ProductRead Only:trueThe Fusion product that this user group type belongs to -
recordId: string
Title:
Record IdThe unique identifier from the TAG table that represent a userGroups resource -
referenceKey: string
Title:
Reference KeyMaximum Length:255The non localized name of the user group -
stripeCd: string
Title:
Stripe CDRead Only:trueMaximum Length:100Stripe for UserGroup
Nested Schema : Business Units
Type:
arrayTitle:
Business UnitsThe business units assigned to the user group.
Show Source
-
Array of:
object BusinessUnitKeyBO
BusinessUnitKeyBO has BusinessUnit OrgId.
Nested Schema : Links
Type:
arrayTitle:
LinksRead Only:
trueThe collection links related to this resource
Show Source
Nested Schema : BusinessUnitKeyBO
Type:
objectBusinessUnitKeyBO has BusinessUnit OrgId.
Show Source
-
businessUnitOrgId: integer
(int64)
Title:
Business Unit OrgIdThe business unit OrgId of this business unit.