client.permission_sets.get

A method of the Permission Sets endpoint.

get(id: int) Response

Get a Permission Set

API URL: GET /permission_sets/{id}

import civis
client = civis.APIClient()
response = client.permission_sets.get(...)
Parameters:
idint
Returns:
civis.Response
  • idint

    The ID for this permission set.

  • namestr

    The name of this permission set.

  • descriptionstr

    A description of this permission set.

  • authorcivis.Response
    • idint

      The ID of this user.

    • namestr

      This user’s name.

    • usernamestr

      This user’s username.

    • initialsstr

      This user’s initials.

    • onlinebool

      Whether this user is online.

  • created_at : str (time)

  • updated_at : str (time)

  • archivedbool

    The archival status of the requested item(s).