users
Overview
Name | users |
Type | Resource |
Id | okta.group.users |
Fields
Name | Datatype |
---|---|
id | string |
_embedded | object |
_links | object |
activated | string |
created | string |
credentials | object |
lastLogin | string |
lastUpdated | string |
passwordChanged | string |
profile | object |
status | string |
statusChanged | string |
transitioningToStatus | string |
type | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | groupId, subdomain | Enumerates all users that are a member of a group. |
insert | INSERT | groupId, userId, subdomain | Adds a user to a group with 'OKTA_GROUP' type. |
delete | DELETE | groupId, userId, subdomain | Removes a user from a group with 'OKTA_GROUP' type. |