roles
Overview
Name | roles |
Type | Resource |
Id | okta.user.roles |
Fields
Name | Datatype |
---|---|
id | string |
description | string |
_embedded | object |
_links | object |
assignmentType | string |
created | string |
label | string |
lastUpdated | string |
status | string |
type | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | roleId, userId, subdomain | Gets role that is assigne to user. |
list | SELECT | userId, subdomain | Lists all roles assigned to a user. |
insert | INSERT | userId, subdomain | Assigns a role to a user. |
delete | DELETE | roleId, userId, subdomain | Unassigns a role from a user. |