Path: / v310 / role / external


Resources
NameDescription
filterReturns a paginated collection of external groups containing the name query parameter up to the limit query parameter.
{id}Returns an access control Role that matches the external group ID.

Method Summary
ResourceDescription
GET /v310/role/externalReturns a collection of external groups from external directory service.

Method Detail
HTTP Example:
GET /v310/role/external

API Example:

UserRoleResource.getExternalUserRoles({});

Description:
Returns a collection of external groups from external directory service.
Tintri Api Server Support:
All
Output:
Collection<GenericRestApiRole> - a collection of external groups from external directory service.
Produces:
application/json;qs=1, application/xml;qs=0.5
Consumes:
application/json;qs=1, application/xml;qs=0.5