Space access and integrations
Manage access to your Builder Space and connect it with external systems. Use these operations to retrieve users, configure SSO providers, and create webhooks for automated workflows.
Get users
Retrieve all users from a Builder Space.
To get all users from your Builder Space, use the following query.
Query
Response
Configure SSO providers
To configure SSO providers through the Admin API, SSO must first be enabled for your space. For more details on SSO options, see SSO with your Identity Provider and Using Code Flow with SSO.
To set up a new SAML authentication provider within your space, use the following query.
To set up an OIDC authentication provider within your space, use the following query.
Create a webhook
Add one or more webhooks to existing Spaces.
What's next
Continue to explore the Admin API documentation or use the GraphQL Explorer to try out these queries with your own Space and Organization. Then, visit the Admin API GraphQL Schema for more details on how to modify your queries.