Adds a user
Creates a new user in the company.
HTTP Request
POST https://courier.yandex.ru/api/v1/companies/{company_id}/users
Path Parameters
company_id * | integer The ID of the company that is used in requests to the Track & Trace API. |
company_id * | integer The ID of the company that is used in requests to the Track & Trace API. |
* Required parameter
Request Body
{ "login": string, "role": string }
Copied to clipboard
Representation
Fields
login * | string User's login. |
role | string Role of this user. Possible values: admin, manager, dispatcher, app. |
login * | string User's login. |
role | string Role of this user. Possible values: admin, manager, dispatcher, app. |
* Required parameter
Responses
Code 200
Information about the user has been saved.
{ "id": integer, "login": string, "role": string }
Copied to clipboard
Representation
Fields
id | integer User ID. |
login * | string User's login. |
role | string Role of this user. Possible values: admin, manager, dispatcher, app. |
id | integer User ID. |
login * | string User's login. |
role | string Role of this user. Possible values: admin, manager, dispatcher, app. |
* Required parameter
Code 401
Authorization failed. Send the correct OAuth token in the authorization header.
Code 422
Incorrect input.