Update On-prem Group

Updates an On-prem group in a customer workspace.

Path parameters

idstringRequired

Embedded customer ID/external ID. The External ID must be URL encoded and prefixed with an E (for example, EA2300).

group_idintegerRequired

The unique ID of the On-prem group.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired

The new name of the On-prem group.

Response

Success - The On-prem group was updated successfully.

idinteger or null

The unique identifier of the updated On-prem group.

namestring or null

The updated name of the On-prem group.

updated_atdatetime or null

Timestamp when the On-prem group was last updated.

Errors