Add grants to a connection path

Add a grant to a specific connection path to grant permissions for users or teams.

Usage notes

  • Retrieve the connectionPathId by calling the /v2/connection/{connectionId}/lookup endpoint and using the inodeId included in the response, or by calling the /v2/connections/paths endpoint and using the urlId included in the response.

  • Specify the team or user IDs to grant permissions:

    • Retrieve the memberId by calling the /v2/members endpoint.
    • Retrieve the teamId by calling the /v2/teams endpoint.
Recipes
πŸ‘€
Member: Onboarding (JavaScript)
Open Recipe
Language
Authorization
OAuth2
URL
Click Try It! to start a request and see the response here!