User Resources

The User Resources API provides operations related to User resources.

List all Clients
CORS
OAuth 2.0: okta.users.read

Lists all Client resources for which the specified User has grants or tokens

Request
path Parameters
userId
required
string

ID of an existing Okta user

Example: 00ub0oNGTSWTBKOLGLNR
Responses
200

Success

403

Forbidden

404

Not Found

429

Too Many Requests

get/api/v1/users/{userId}/clients
Request samples
Response samples
application/json
[]

List all Groups
CORS
OAuth 2.0: okta.users.read

Lists all Groups of which the User is a member

Request
path Parameters
userId
required
string

ID of an existing Okta user

Example: 00ub0oNGTSWTBKOLGLNR
Responses
200

Success

403

Forbidden

404

Not Found

429

Too Many Requests

get/api/v1/users/{userId}/groups
Request samples
Response samples
application/json
[
  • {
    • "id": "0gabcd1234",
    • "profile": {
      }
    },
  • {
    • "id": "0gefgh5678",
    • "profile": {
      }
    }
]