Learn R Programming

civis (version 3.1.2)

permission_sets_post: Create a Permission Set

Description

Create a Permission Set

Usage

permission_sets_post(name, description = NULL)

Value

A list containing the following elements:

id

integer, The ID for this permission set.

name

string, The name of this permission set.

description

string, A description of this permission set.

author

list, A list containing the following elements:

  • id integer, The ID of this user.

  • name string, This user's name.

  • username string, This user's username.

  • initials string, This user's initials.

  • online boolean, Whether this user is online.

createdAt

string,

updatedAt

string,

archived

string, The archival status of the requested item(s).

Arguments

name

string required. The name of this permission set.

description

string optional. A description of this permission set.