Get Selected Skills
Selected Skills
Get Selected Skills
Pull up everything a user has selected so far.
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
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
Always
true when the request goes through fineHow many skills this user has selected
The list of selected skill records. Empty array if none yet.

