roletemplate EntityType
Template for a role. Defines initial attributes that will be used when creating a new role.
- Entity set path:
 - [organization URI]/api/data/v9.2/roletemplates
 - Base type:
 - crmbaseentity
 - Display name:
 - Role Template
 - Primary key:
 - roletemplateid
 - Primary name column:
 - name
 
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
| Name | Type | Details | 
|---|---|---|
| name | Edm.String | 
							 Name of the role template.  | 
				
| roletemplateid | Edm.Guid | 
							 Unique identifier of the role template.  | 
				
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
| Name | Type | Partner | 
|---|---|---|
| role_template_roles | role | roletemplateid | 
| roletemplateprivileges_association | privilege | roletemplateprivileges_association |