v1

latestOpenAPI 3.1.02026-08-04164270844.7 KB
Users

List all manager IDs for a user

🔑

Required OAuth scope: users:read.

📖

This endpoint is paginated with a page size of 1,000 manager IDs. For more information, see the Pagination guide.

Lists all the manager IDs for a given user.

get/api/v2/users/{userId}/managers

Path parameters

userIdstring ObjectId required
Example:507f1f77bcf86cd799439011

The unique ID of the user.

Headers

360-api-version'v2.0' required

The version of the API.

Response

Returns one page of 1000 manager IDs.

string[] required

Example response

[
  "507f1f77bcf86cd799439011"
]