permission_sets_list_users_permissions: Get all permissions for a user, in this permission set

View source: R/generated_client.R

permission_sets_list_users_permissionsR 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.


civis documentation built on April 1, 2023, 12:01 a.m.