The GetOrganisationRoles() command returns a list of roles assigned to this organisation on the specified project in Field View.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
|
apiToken
| string | 20 | Y |
Your API security token configured in Field View. |
|
organisationID | integer | | Y |
The organisation ID you wish to retrieve information for. |
|
projectID
| integer | | Y |
The project ID the organisation ID is assigned too. |
Table 2. Returns| Field | Type | Description |
|---|
|
RoleInformation
|
RoleInformation
|
Role information structure.
|
<RoleResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<RoleInformation>
<ID></ID>
<Name></Name>
<Description></Description>
<HighLevelRole></HighLevelRole>
</RoleInformation>
</RoleResponse>