permission_sets_put_archive: Update the archive status of this object

View source: R/generated_client.R

permission_sets_put_archiveR Documentation

Update the archive status of this object

Description

Update the archive status of this object

Usage

permission_sets_put_archive(id, status)

Arguments

id

integer required. The ID of the object.

status

boolean required. The desired archived status of the object.

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


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