Gets skill sharing.

Gets the sharing configuration for a manageable, user-owned skill. <Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

skillIdstringRequiredformat: "uuid"
The skill ID.

Response

OK
workspaceAccessLevelenum or nullOptional

The workspace-wide access level.

contributorslist of objects or nullOptional
The direct user access grants.
teamslist of objects or nullOptional
The team access grants.

Errors

401
Unauthorized Error
404
Not Found Error