Roles
Get details of where you fall within your organizations structure.
Select
The cmdlet will use the Outreach API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the cmdlet.
- Id supports the '=,IN,>=,<=,>,<' operators.
- Name supports the '=,IN' operators.
SELECT * FROM Roles WHERE Id = 1 SELECT * FROM Roles WHERE Id IN (1, 2) SELECT * FROM Roles WHERE Id >= 1 SELECT * FROM Roles WHERE Id <= 1 SELECT * FROM Roles WHERE Id > 1 SELECT * FROM Roles WHERE Id < 2 SELECT * FROM Roles WHERE Name = 'test'
Columns
Name | Type | Description |
Id [KEY] | Integer | Id of roles. |
CreatedAt | Datetime | The date and time the team was created. |
Name | String | The name of the role. |
UpdatedAt | Datetime | The date and time the team was last updated. |
LinksSelf | String | Link self. |
ParentRoleLinks | String | Parent role links. |
Type | String | Type. |