Manage SCIM User Groups.

Internal

Updates, gets, and deletes SCIM user groups.(Webhook Based endpoint, Schema may vary subjected to SSO tool. Eg. OKTA payload)

Gets the details of a SCIM user group.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or mspId of the tenant

  • userGroupIdstringrequired

    Unique Identifier (UUID) the user group

Responses

  • schemasarray of stringsrequired

  • metaobject

  • idstring

  • displayNamestringrequired

  • externalIdstring

  • membersarray of strings

Loading Examples...

Updates SCIM user group properties.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or mspId of the tenant

  • userGroupIdstringrequired

    Unique Identifier (UUID) the user group

Request Body

application/json

  • schemasarray of stringsrequired

  • metaobject

  • idstring

  • displayNamestringrequired

  • externalIdstring

  • membersarray of strings

Loading Examples...

Responses

  • schemasarray of stringsrequired

  • metaobject

  • idstring

  • displayNamestringrequired

  • externalIdstring

  • membersarray of strings

Loading Examples...

Deletes a SCIM user group for a tenant.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or mspId of the tenant

  • userGroupIdstringrequired

    Unique Identifier (UUID) the user group

Responses

200OK