v1

latestOpenAPI 3.1.02026-08-04164270844.7 KB
Users

List all custom user links for a user

🔑

Required OAuth scope: users:read.

📖

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

Lists all custom user links for a given user.

get/api/v2/users/{userId}/custom-links

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 custom links.

_idstring ObjectId required

The unique ID of the custom user link.

customLinkIdstring ObjectId required

The unique ID of the custom link.

urlstring required

The url of the custom link.

Example response

[
  {
    "_id": "507f1f77bcf86cd799439011",
    "customLinkId": "507f1f77bcf86cd799439011",
    "url": "https://360learning.com"
  }
]