CreatePermissionsGroup

CreatePermissionsGroup["name"]

creates a permissions group with the specified name.

CreatePermissionsGroup["name",{user1,user2,}]

creates a permissions group consisting of the specified initial users.

Details

  • CreatePermissionsGroup has option Permissions. Settings for Permissions define permissions for use and modification of the permissions group. The default setting for Permissions is given by $Permissions.
  • The useri can be given as cloud user IDs or cloud user UUIDs.
  • The form user->per specifies permissions for a user with respect to the permissions group. Possible permissions can be any combination of:
  • "Use"reference the group in specifying permissions
    "Read"get the list of members of the group
    "Modify"modify members of the group
  • The default permissions assigned to a user correspond to user->{} and do not allow the user to use the permissions group themself.
  • The form {user1,user2,}->per specifies the same permissions for multiple users.
  • A permissions group can be deleted with DeleteObject.
  • AddUsers, RemoveUsers and SetUsers can be used to manage members and member permissions of a permissions group.

Examples

open allclose all

Basic Examples  (1)

Create a permissions group consisting of two users:

Use the group in the permissions settings of a new cloud object:

Scope  (1)

Create a permissions group containing two users:

Retrieve the members of the group:

Wolfram Research (2014), CreatePermissionsGroup, Wolfram Language function, https://reference.wolfram.com/language/ref/CreatePermissionsGroup.html.

Text

Wolfram Research (2014), CreatePermissionsGroup, Wolfram Language function, https://reference.wolfram.com/language/ref/CreatePermissionsGroup.html.

CMS

Wolfram Language. 2014. "CreatePermissionsGroup." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CreatePermissionsGroup.html.

APA

Wolfram Language. (2014). CreatePermissionsGroup. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CreatePermissionsGroup.html

BibTeX

@misc{reference.wolfram_2023_createpermissionsgroup, author="Wolfram Research", title="{CreatePermissionsGroup}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/CreatePermissionsGroup.html}", note=[Accessed: 28-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_createpermissionsgroup, organization={Wolfram Research}, title={CreatePermissionsGroup}, year={2014}, url={https://reference.wolfram.com/language/ref/CreatePermissionsGroup.html}, note=[Accessed: 28-March-2024 ]}