SCIM 2.0 Provisioning
Automatic user provisioning and deprovisioning from your identity provider (Okta, Azure AD, OneLogin, etc.).
Pro Plus plan — SCIM provisioning is available on Pro Plus plans for centralized user management. Upgrade from Billing & Plans.
SCIM Base URL
https://projectfeed.app/scim/v2SCIM authentication uses a separate bearer token generated in your workspace's SSO settings.
User Endpoints
GET
/UsersList provisioned usersGET
/Users/:idGet a specific userPOST
/UsersProvision a new userPUT
/Users/:idReplace a user entirelyPATCH
/Users/:idUpdate user attributesDELETE
/Users/:idDeprovision (deactivate) a userGroup Endpoints
GET
/GroupsList groupsGET
/Groups/:idGet a specific groupPOST
/GroupsCreate a new groupPUT
/Groups/:idReplace a group entirelyPATCH
/Groups/:idUpdate group membershipDELETE
/Groups/:idDelete a groupSupported Identity Providers
Project Feed SCIM integration works with any SCIM 2.0 compliant identity provider, including:
Okta
Azure AD
OneLogin
Google Workspace
JumpCloud
Ping Identity
Contact support for setup assistance.
SCIM Authentication
SCIM endpoints use a separate bearer token from the standard API key. Generate a SCIM token from your workspace's SSO settings page. Include it in the Authorization header:
Authorization: Bearer scim_YOUR_SCIM_TOKEN