Group - Create a group under a specific tenant
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
tenantIdstring · uuidRequired
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Body
Class for representing create 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 | nullableOptionalDefault:
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.
nullResponses
201
newly created group
500
Internal SQL Server Error
post
/tenants/{tenantId}/groupsLast updated