Airtable API Integration Profile
Information and guides about integrating with Airtable API
Add Airtable Integration to Your App- List Groups
List groups as SCIM Groups objects. SCIM specification for list responses.
- Create a new group
Create a new group from a SCIM Group object. This endpoint creates a group with no members. Use the patch group or put group endpoints to populate the new group with members.
- Delete a single SCIM Group
Delete a group. This endpoint will delete a group even if it has members. However, it will not delete any users that are members of the group.
- Get a single group
Get a single group as a SCIM Group object.
- SCIM patch an array of operations to a Group
Applies a list of SCIM patch operations to a Group sequentially.
- Replace a Group's attributes with all new values
Replace a Group's attributes with all new values.
- List Users
List users as SCIM User objects. See the SCIM specification for list responses for more.
- Create a new user
Create a new user from a SCIM User object. The response is the SCIM user object representing the newly created user. On creation, the user will always be marked active, and the emails array will include a single entry that matches the username. See the SCIM User schema for details.
WARNING: As the user is provisioned without a password, the use of this endpoint is only intended on environments with SSO Active.
WARNING: If your enterprise is not capturing the user's email domain, it is possible this will fail with a conflict against an already created user that is not a member of your enterprise (and this not visible when listing users). If this occurs, it is recommended you add the user to your enterprise (e.g. add them to a workspace and then claim them).
- Delete a single SCIM user
The endpoint cannot be used to delete the admin that owns the authentication token used to make the request or the sole owner of a workspace that has multiple collaborators.
- Get a single user
Get a single user as a SCIM User object.