Lists all app links for all direct or indirect (through group membership) assigned apps.
Note: To list all apps in an org, use the List all applications endpoint in the Applications API.
Success
Forbidden
Not Found
Too Many Requests
[- {
- "id": "00ub0oNGTSWTBKOLGLNR",
 - "label": "Google Apps Mail",
 - "appName": "google",
 - "appInstanceId": "0oa3omz2i9XRNSRIHBZO",
 - "appAssignmentId": "0ua3omz7weMMMQJERBKY",
 - "credentialsSetup": false,
 - "hidden": false,
 - "sortOrder": 0
 
}, - {
- "id": "00ub0oNGTSWTBKOLGLNR",
 - "label": "Google Apps Calendar",
 - "appName": "google",
 - "appInstanceId": "0oa3omz2i9XRNSRIHBZO",
 - "appAssignmentId": "0ua3omz7weMMMQJERBKY",
 - "credentialsSetup": false,
 - "hidden": false,
 - "sortOrder": 1
 
}, - {
- "id": "00ub0oNGTSWTBKOLGLNR",
 - "label": "Box",
 - "appName": "boxnet",
 - "appInstanceId": "0oa3ompioiQCSTOYXVBK",
 - "appAssignmentId": "0ua3omx46lYEZLPPRWBO",
 - "credentialsSetup": false,
 - "hidden": false,
 - "sortOrder": 3
 
}, - {
- "id": "00ub0oNGTSWTBKOLGLNR",
 - "label": "Salesforce.com",
 - "appName": "salesforce",
 - "appInstanceId": "0oa12ecnxtBQMKOXJSMF",
 - "appAssignmentId": "0ua173qgj5VAVOBQMCVB",
 - "credentialsSetup": true,
 - "hidden": false,
 - "sortOrder": 2
 
} 
]Lists all groups of which the user is a member.
Note: To list all groups in your org, use the List all groups endpoints in the Groups API.
Success
Forbidden
Not Found
Too Many Requests
[- {
- "id": "0gabcd1234",
 - "profile": {
- "name": "Cloud app users",
 - "description": "Users can access cloud apps"
 
} 
}, - {
- "id": "0gefgh5678",
 - "profile": {
- "name": "Internal app users",
 - "description": "Users can access internal apps"
 
} 
} 
]Lists all client resources for which the specified user has grants or tokens.
Note: To list all client resources for which a specified authorization server has tokens, use the List all client resources for an authorization server in the Authorization Servers API.
Success
Forbidden
Not Found
Too Many Requests
[- {
- "client_id": "0oabskvc6442nkvQO0h7",
 - "client_name": "My App",
 - "client_uri": null,
 - "logo_uri": null,
 - "_links": {
} 
} 
]Lists all devices enrolled by a user.
Note: To list all devices registered to an org, use the List all devices endpoint in the Devices API.
Success
Bad Request
Forbidden
Too Many Requests
[- {
- "created": "2020-11-03T21:47:01.000Z",
 - "deviceUserId": "lnk46w61OLJz1uSQW0g4",
 - "device": {
- "id": "guo8jx5vVoxfvJeLb0w4",
 - "status": "ACTIVE",
 - "created": "2020-11-03T21:47:01.000Z",
 - "lastUpdated": "2020-11-03T23:46:27.000Z",
 - "profile": {
- "displayName": "DESKTOP-EHAD3IE",
 - "platform": "WINDOWS",
 - "manufacturer": "International Corp",
 - "model": "VMware7,1",
 - "osVersion": "10.0.18362",
 - "serialNumber": "56 4d 4f 95 74 c5 d3 e7-fc 3a 57 9c c2 f8 5d ce",
 - "udid": "954F4D56-C574-E7D3-FC3A-579CC2F85DCE",
 - "sid": "S-1-5-21-3992267483-1860856704-2413701314-500",
 - "registered": true,
 - "secureHardwarePresent": false,
 - "diskEncryptionType": "NONE"
 
}, - "resourceId": "guo8jx5vVoxfvJeLb0w4",
 - "resourceDisplayName": {
- "value": "DESKTOP-EHAD3IE",
 - "sensitive": false
 
}, - "resourceType": "UDDevice",
 - "resourceAlternateId": null,
 - "_links": {
- "suspend": {
- "hints": {
- "allow": [
- "POST"
 
] 
} 
}, - "self": {
- "hints": {
- "allow": [
- "GET",
 - "PATCH",
 - "PUT"
 
] 
} 
}, - "users": {
- "hints": {
- "allow": [
- "GET"
 
] 
} 
}, - "deactivate": {
- "hints": {
- "allow": [
- "POST"
 
] 
} 
} 
} 
} 
} 
]