cURL
curl --request POST \ --url https://api.openworklabs.com/v1/orgs/{orgId}/skill-hubs/{skillHubId}/access \ --header 'Content-Type: application/json' \ --data ' { "orgMembershipId": "<string>", "teamId": "<string>" } '
{ "access": {} }
Grants a specific member or team access to a skill hub.
Den TypeID with 'org_' prefix and a 26-character base32 suffix.
30
^org_.*
Den TypeID with 'shb_' prefix and a 26-character base32 suffix.
^shb_.*
Den TypeID with 'om_' prefix and a 26-character base32 suffix.
29
^om_.*
Den TypeID with 'tem_' prefix and a 26-character base32 suffix.
^tem_.*
Skill hub access granted successfully.
Show child attributes