permission_sets_list_users_permissions {civis} | R Documentation |
Get all permissions for a user, in this permission set
Description
Get all permissions for a user, in this permission set
Usage
permission_sets_list_users_permissions(id, user_id)
Arguments
id |
integer required. The ID for this permission set. |
user_id |
integer required. The ID for the user. |
Value
An array containing the following fields:
resourceName |
string, The name of the resource. |
read |
boolean, If true, the user has read permission on this resource. |
write |
boolean, If true, the user has write permission on this resource. |
manage |
boolean, If true, the user has manage permission on this resource. |
[Package civis version 3.1.2 Index]