Skip to main content
GET
Get Selected Skills
Pass in a user ID, get back their full list of selected skills. If they haven’t selected anything yet, you’ll get an empty array — not an error. No authentication needed.

Path Parameters

string
required
The ID of the user you want to look up. This is whatever string you’re using as a user identifier in your system.

Response

boolean
Always true when the request goes through fine
integer
How many skills this user has selected
array
The list of selected skill records. Empty array if none yet.

Examples