Get all user groups
get
/userGroups
Request
Query Parameters
-
limit: integer(int32)
Minimum Value:
0The number of items this result is limited to. Used in conjunction with offset for pagination. -
offset: integer(int32)
Minimum Value:
0The item index at which this resultset starts. Used in conjunction with limit for pagination.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
OK
Root Schema : ResultListBOUserGroupDataBO
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 UserGroupDataBO
Documentation for BO mode: UserGroupDataBO
Nested Schema : Links
Type:
arrayTitle:
LinksREST API canonical and/or collection links for this Singular Resource
Show Source
Nested Schema : UserGroupDataBO
Type:
objectDocumentation for BO mode: UserGroupDataBO
Show Source
-
businessUnits: array
Business Units
Title:
Business UnitsThe business units assigned to the user group. -
dateAdded: string
(date-time)
Title:
Date AddedRead Only:trueThe date and time when this user group was added.Example:2022-03-10 -
dateModified: string
(date-time)
Title:
Date ModifiedRead Only:trueThe date and time this user group was last modified.Example:2022-03-10 -
description: string
Title:
DescriptionMaximum Length:1000Localized description of 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
-
objectId: string
Title:
Object IdRead Only:trueString representing the hierarchy of the user groups. All user groups are stored in the TAG table but they are currently NOT hierarchical -
product: string
Title:
ProductRead Only:trueThe Fusion product that this user group type belongs to -
recordId: string
Title:
Record IdThe unique identifier that represents 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.