Manage User for User Group
Adds, gets, and deletes users for a user group.
Gets users for a user group.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- userGroupId
Unique Identifier (UUID) the user group
Query Parameters
- pageNo
Default: 1
- pageSize
Default: 100
- sortName
Default: id
- isDescendingOrder
Responses
- results
- totalResults
- orderBy
- pageNo
- pageSize
- totalPages
- nextPage
- previousPageNo
- descendingOrder
Loading Examples...
Adds users to an existing user group.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- userGroupId
Unique Identifier (UUID) the user group
Request Body
application/json
- id
Provide user ID to add user into the group. To fetch the users within a tenant, use the Search Users API.
Loading Examples...
Responses
200OK
Deletes users from an existing user group.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- userGroupId
Unique Identifier (UUID) the user group
Request Body
application/json
- id
Provide user ID to add user into the group. To fetch the users within a tenant, use the Search Users API
Loading Examples...