user-gearUpdate Subaccount Permissions

Update the permission settings for a specific subaccount using its unique child UID.

βš™οΈ Update Subaccount Permissions

Modify specific permissions for a given subaccount (child user) in your SenderWiz customer account.


πŸ”Ή HTTP Request

PUT API-URL/children/CHILD-UNIQUE-ID/permissions

πŸ”Έ URL Segments

Segment
Required
Description

CHILD-UNIQUE-ID

βœ…

Unique identifier of subaccount


πŸ“€ PUT Parameters

Parameter
Type
Required
Description

type

string

βœ…

Permission group/type (e.g., campaigns)

key

string

βœ…

Specific permission name (e.g., create)

value

string

βœ…

Allowed values: yes or no


πŸ” Authorization Header

X-API-KEY: your-api-key-here

πŸ’» PHP Example


πŸ“¦ Sample JSON Response


🧾 Notes

  • Use the exact CHILD-UNIQUE-ID from the subaccount creation or listing response.

  • You can update multiple permissions by passing multiple objects in the payload array.

Last updated