okta.users.read
Lists all App Links for all direct or indirect (via group membership) assigned apps
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
}
]
okta.users.read
Lists all Client resources for which the specified User has grants or tokens
Success
Forbidden
Not Found
Too Many Requests
[- {
- "client_id": "0oabskvc6442nkvQO0h7",
- "client_name": "My App",
- "client_uri": null,
- "logo_uri": null,
- "_links": {
}
}
]
okta.users.read
Lists all Groups of which the User is a member
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"
}
}
]