Description
Adds access rights to a specified object.
Parameters
Name | Description |
---|---|
entityId |
Location: query Type: integer (int64) The object ID of the entity to which the access right is being added. Set
to zero (0) if you are adding the access right to the root level default
access rights.
|
overrides |
Location: query Type: string A list of type-specific overrides in the following format:
|
properties |
Location: query Type: string A string including the following options:
Note:
|
userId |
Location: query Type: integer (int64) The object ID of the user to whom this access right applies.
|
value |
Location: query Type: string The value of the access right being added. Valid values for this
parameter are listed in the Access right values table.
|
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new access right.
|