Direkt zum Inhalt

GetOrganisationRoles()

Modified: 31 Mai 2026 Viewpoint Field View Developer / API Help

The GetOrganisationRoles() command returns a list of roles assigned to this organisation on the specified project in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiToken string20Y Your API security token configured in Field View.
organisationIDintegerY The organisation ID you wish to retrieve information for.
projectID integerY The project ID the organisation ID is assigned too.
Table 2. Returns
FieldTypeDescription
RoleInformation RoleInformation Role information structure.
<RoleResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <RoleInformation>
           <ID></ID>
           <Name></Name>
           <Description></Description>
           <HighLevelRole></HighLevelRole>
       </RoleInformation>
   </RoleResponse>
Absenden

Table of Contents