

Updated 05 Sep 2023
Did this page help you?
Adds a order manager to a single order if requesting manager has access permissions to it.
URL: /api/v1/orders/{id}/add_manager/
Method: POST
{ "email": "example@email.com", "password": "4q3dg7!_" }
Code: 200 OK
Content Examples:
{ "id": 1941, "true_email": "example@email.com", "is_initial_password": true, "initial_password": "4q3dg7!_", "first_name": "", "last_name": "", "phone_number": "", "new_user": true, "password": "4q3dg7!_" }