Skip to main content

get-manager-id

/v2/private/user/salesManager/manager/648b3543696f2e440db86ee6

Available Methods​

  • GET

GET /v2/private/user/salesManager/manager/648b3543696f2e440db86ee6​

This API endpoint retrieves the sales manager by id.

Params​

ParamTypeDescription
idStringThe sales manager id

Returns​

The object will have a sales manager object.

Example return object manager
data:{
"name": {
"first": "sales test14",
"last": "test"
},
"_id": "648b3543696f2e440db86ee6",
"email": "sales14@test.com",
"phone": 5025550014
}