Acquia · Capability
Acquia Cloud API Documentation — Identity Providers
Acquia Cloud API Documentation — Identity Providers. 6 operations. Lead operation: Returns a list of identity providers for a user.. Self-contained Naftiko capability covering one Acquia business surface.
What You Can Do
GET
Getidentityproviders
— Returns a list of identity providers for a user.
/v1/identity-providers
GET
Getidentityprovider
— Returns a specific identity provider by UUID.
/v1/identity-providers/{identityprovideruuid}
PUT
Putidentityprovider
— Modifies an identity provider by its UUID.
/v1/identity-providers/{identityprovideruuid}
DELETE
Deleteidentityprovider
— Deletes a specific identity provider by its UUID.
/v1/identity-providers/{identityprovideruuid}
POST
Postdisableidentityprovider
— Disables an identity provider by its UUID.
/v1/identity-providers/{identityprovideruuid}/actions/disable
POST
Postenableidentityprovider
— Enables an identity provider by its UUID.
/v1/identity-providers/{identityprovideruuid}/actions/enable
MCP Tools
returns-list-identity-providers-user
Returns a list of identity providers for a user.
read-only
idempotent
returns-specific-identity-provider-uuid
Returns a specific identity provider by UUID.
read-only
idempotent
modifies-identity-provider-its-uuid
Modifies an identity provider by its UUID.
idempotent
deletes-specific-identity-provider-its
Deletes a specific identity provider by its UUID.
idempotent
disables-identity-provider-its-uuid
Disables an identity provider by its UUID.
enables-identity-provider-its-uuid
Enables an identity provider by its UUID.