users
Overview
Name | users |
Type | Resource |
Id | okta.identityprovider.users |
Fields
Name | Datatype |
---|---|
id | string |
_embedded | object |
_links | object |
created | string |
externalId | string |
lastUpdated | string |
profile | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | idpId, userId, subdomain | Fetches a linked IdP user by ID |
list | SELECT | idpId, subdomain | Find all the users linked to an identity provider |
insert | INSERT | idpId, userId, subdomain | Links an Okta user to an existing Social Identity Provider. This does not support the SAML2 Identity Provider Type |
delete | DELETE | idpId, userId, subdomain | Removes the link between the Okta user and the IdP user. |