Get the suggestions Skill Profile for selected Employees
This endpoint retrieves Skill suggestions for selected Employees. Users can customize the response with optional query parameters like language, the number of suggestions, and the format (Skill Profiles or Skill Clusters). It supports filtering by Skill types (suggested, validated, rejected). The response includes detailed Skill suggestions, with translated names and sources, and optional clustering if selected.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The display languages for which Skill names are provided.
If not specified, the default language (en_uk
) will be used.
The en
language is an alias for en_uk
.
en
, en_uk
, en_us
, de
, fr
, nl
The maximum number of suggested Skills to be returned and displayed within each Employee's Skill Profile.
x > 1
The maximum number of Skills to return for each Skill Cluster.<br/>
This only applies when response_format
is set to skill_clusters
.
x > 1
The external vendor language in which you want the skill suggestions to be returned. This will only work for vendors that are activated on your tenant. If no external vendor is specified, skills will be returned in the TechWolf vocabulary.
workday
The type of suggestions to include in the response.<br/>
suggested_skills
- Include the suggested Skills in the response.<br/>
validated_skills
- Include the validated Skills in the response.<br/>
rejected_skills
- Include the rejected Skills in the response.
suggested_skills
, validated_skills
, rejected_skills
Body
The IDs of the Employees for which to get the suggestions.<br/>
The format in which the suggestions should be returned.<br/>
skill_profiles
- Return the suggestions as a list of the Employee Skill Profiles.<br/>
skill_clusters
- Return the suggestions as a list of the Employee Skill Clusters. <br/>
If an external_vendor
is specified skill_clusters
response format will not work, as this is not supported for external vendor skills.
skill_profiles
, skill_clusters
Response
An array containing Skill suggestions for the requested Employees.
An array containing validated Skill suggestions for the requested Employees.
An array containing rejected Skill suggestions for the requested Employees.
Was this page helpful?