Pylon
The Pylon connector syncs identities and access from Pylon and provisions team membership through the Pylon REST API.Synced resources
Team resources expose a
member grant for every user listed on the team. Role
resources expose an assigned grant for every user who has that role; role
grants are read-only because the Pylon API only supports replacing a user’s
single role_id rather than add/remove semantics.
Configuration
Required permissions
The API token must belong to an Admin user. Pylon’s API requires admin scope for the endpoints the connector reads (/users, /teams,
/user-roles, /me) and for the team membership updates used during
provisioning (PATCH /teams/{id}).