|
CreateRole |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/CreateRole
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/CreateRole
Creates Thereforeâ„¢ role used for permission management.
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/CreateRole
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ Name |
xs:string |
mandatory nillable |
Specify name of the new role. Sets the name for the default language. To set it for a specific translation, use the UpdateRole call. |
â–¡ IsDenyRole |
xs:boolean |
nillable |
Specify if the role is a deny role. Default - false. |
â–¡ Description |
xs:string |
nillable |
Specify the role's description. Sets the description for the default language. To set it for a specific translation, use the UpdateRole call. |
â–¡ PermissionsMask |
xs:unsignedLong |
nillable |
Specify the permissions mask for the role. Default - no permissions set. |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/CreateRoleResponse
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â– RoleNo |
xs:int |
|
Gets number of the new role. |
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
List of elements. |
Bold |
Mandatory element. |