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.