Workplace from Meta is going away. You will be able to continue using Workplace until 31 August 2025. Visit our Help Center to find out more.
/{skill-id}You can add and remove skills from members.
You can read information about a single Skill by making a Graph API GET request to /{skill-id}.
You can also read information about all Skills in your community by making a Graph API GET request to /community/skills.
Reading information about skills requires the Read work profile permissions.
| Field Name | Description | Type |
|---|---|---|
| The id of the skill. |
|
| Skill name. |
|
You can't publish using this edge. In order to create an skill, publish to the /{member-id}/skills edge.
Publishing requires Manage work profiles permission.
| Field Name | Description | Type |
|---|---|---|
| Name of the skill. |
|
You can delete a skill by making a Graph API DELETE request to /{skill-id}. You will need Manage work profiles permission.
You can't update using this node.
GET /{skill-id} HTTP/1.1
Host: graph.facebook.comDELETE /{skill-id} HTTP/1.1
Host: graph.facebook.comThis would remove the skill from all users.