Group - Update an existing group under a specific tenant

Update existing group under a specific tenant

put
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired
groupIdstring · uuidRequired
Query parameters
versionstringOptional

The requested API version

Default: 1.0
Body

Class for representing update request for group model.

displayNamestring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the DisplayName property.

descriptionstring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Description property.

roleIdstring · uuid · nullableOptional

A public property of type guid that has both a getter and a setter method, which allows for getting and setting the value of the GroupId property.

Default: null
Responses
chevron-right
200

newly updated group

put
/tenants/{tenantId}/groups/{groupId}

Last updated