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.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
overrides |
Location: query Type: string A list of type-specific overrides in the following format:"objectType=accessValue|objectType=accessValue" |
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.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
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: number Returns the object ID for the new access right. |