An AccountRole represents a role for an account.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the account role |
| AccountId | int | The ID of the account that the role belongs to. |
| Account (via $expand) | Account | The account that the role belongs to. |
| Name | string | The name of the account role. |
| Description | string | The description of the account role. |
