v1

latestOpenAPI 3.1.02026-08-04164270844.7 KB
Users

Create a custom user link

🔑

Required OAuth scope: users:write.

Creates a custom user link for the given user.

post/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.

Request body

customLinkIdstring ObjectId required

The unique ID of the custom link.

urlstring required

The URL of the custom user link.

Example request

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