userpermissions

Update user group access

Add/remove groups access for given ct_user_id

post/userpermissions/{ct_user_id}

Path parameters

ct_user_idinteger required

ct_user_id of user to update user permissions of

Request body

action'add' | 'remove'

Action to perform on organizational units. Type: enum (string); Allowed values: add, remove.

Response

Result of endpoint with specific messages respective to org_units given

resultstring required

Outcome of the request. String, typically 'success' or 'error'.

errstring required

Error message when result='error'. String. Empty/null on success.

Changes

No recorded changes to this endpoint across all 1 revision of this API.