Okta integration (Security). Imported from open-connector.
https://{org_url}/api/v1/users
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of users to return. |
| after | string | optional | The opaque Okta pagination cursor from a previous response. |
| search | string | optional | An Okta Users API search expression. |
| filter | string | optional | An Okta Users API filter expression. |
| q | string | optional | A simple prefix query for user first name, last name, or email. |
| sortBy | string | optional | The user property used to sort search results. |
| sortOrder | string | optional | The sort direction for an Okta search query. |
| fields | string | optional | A comma-separated projection of user properties to return. |
/api/v1/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Okta user ID, login, or login shortname accepted by the Users API. |
/api/v1/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Okta user ID, login, or login shortname accepted by the Users API. |
| profile | object | optional | Okta user profile fields, including required attributes and custom profile prop… |
| credentials | object | optional | Okta user credentials, such as password, recovery question, or authentication p… |
| strict | boolean | optional | Whether Okta should enforce password age and history policies. |
/api/v1/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Okta user ID, login, or login shortname accepted by the Users API. |
| sendEmail | boolean | optional | Whether Okta should send a deactivation email to the admin. |
/api/v1/users/{userId}/lifecycle/{pathOperation}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Okta user ID, login, or login shortname accepted by the Users API. |
| operation | string | required | The lifecycle operation to perform. |
| sendEmail | boolean | optional | Whether supported activation or deactivation operations should send email. |
| tempPassword | boolean | optional | For expire_password, whether Okta should expire the password and return a tempo… |
| revokeSessions | boolean | optional | When returning a temporary password, whether Okta should revoke the user's exis… |
| pathOperation | string | required | Path parameter: pathOperation |
/api/v1/groups
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of groups to return. |
| after | string | optional | The opaque Okta pagination cursor from a previous response. |
| search | string | optional | An Okta Groups API search expression. |
| filter | string | optional | An Okta Groups API filter expression. |
| q | string | optional | A simple query that matches the Okta group name. |
| expand | string | optional | Additional group metadata to include. |
| sortBy | string | optional | The group property used to sort search results. |
| sortOrder | string | optional | The sort direction for an Okta search query. |
/api/v1/groups/{groupId}
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The Okta group ID. |
/api/v1/groups
| Param | Type | Required | Description |
|---|---|---|---|
| profile | object | optional | The Okta group profile. |
/api/v1/groups/{groupId}
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The Okta group ID. |
| profile | object | optional | The Okta group profile. |
/api/v1/groups/{groupId}
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The Okta group ID. |
/api/v1/groups/{groupId}/users
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The Okta group ID. |
| limit | integer | optional | The maximum number of group members to return. |
| after | string | optional | The opaque Okta pagination cursor from a previous response. |
/api/v1/groups/{groupId}/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The Okta group ID. |
| userId | string | required | The Okta user ID, login, or login shortname accepted by the Users API. |
/api/v1/groups/{groupId}/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The Okta group ID. |
| userId | string | required | The Okta user ID, login, or login shortname accepted by the Users API. |