Package version:
Readonly
databaseThe parent Database.
Readonly
idReadonly
permissionsOperations for creating, upserting, querying, or reading all operations.
See client.permission(id)
to read, replace, or delete a specific Permission by id.
Returns a reference URL to the resource. Used for linking in Permissions.
Delete the given User.
Optional
options: RequestOptionsOperations to read, replace, or delete a specific Permission by id.
See client.permissions
for creating, upserting, querying, or reading all operations.
Read the UserDefinition for the given User.
Optional
options: RequestOptionsReplace the given User's definition with the specified UserDefinition.
The specified UserDefinition to replace the definition.
Optional
options: RequestOptions
Used to read, replace, and delete Users.
Additionally, you can access the permissions for a given user via
user.permission
anduser.permissions
.See
Users to create, upsert, query, or read all.