getGroup
GET
getGroup
Retrieve the properties of a group, including modelName, groupId, orgId, and a list of userIds in that group.
Resource URL
https://api-sandbox.arity.com/drivinginsights/v1 /orgs/{orgId}/groups/{groupId}
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
|
Content-Type |
|
|
Authorization
(required) |
Value should be the word Bearer followed by a space and then the token (e.g., Bearer CW8abh5JkxZ5KYdAQQH0p9fTAicq). To generate a token, use the OAuth API. |
Request Body
orgId Unique ID for the organization, provided by Arity. null true
groupId Unique ID for the group. null true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
404
404.05.201 - Group not found
-
503
503.05.901 - Unable to complete request at this time
Resource Summary |
|
Security |
Name | Type | Description |
---|
Name | Type | Description |
---|
Working...