Get All User Types (Okta)
Retrieve all user types from Okta.
For more information on the API for listing user types, see List all User Types (opens in a new tab).
SDK Import:
from admyral.actions import okta_get_all_user_types
Arguments:
None
Returns
A JSON array of all user types.
Required Secrets
Secret Placeholder | Description |
---|---|
OKTA_SECRET | Okta secret. See Okta setup |
SDK Example
events = okta_get_all_user_types(
secrets={"OKTA_SECRET": "my_stored_okta_secret"}
)