Request parameters
Parameter Name | Description | Required |
name | Creates a role with this unique name | true |
description | The description of the role | false |
ispublic | Indicates whether the role will be visible to all users (public) or only to root admins (private). Default is true. | false |
roleid | ID of the role to be cloned from. Either roleid or type must be passed in | false |
type | The type of the role, valid options are: Admin, ResourceAdmin, DomainAdmin, User | false |
Response Tags
Response Name | Description |
isdefault | true if role is default, false otherwise |
state | the state of the role |
type | the type of the role |