Skip to content

Products

Compliance Officer Service Expert-led compliance, end to end Compliance Portal Share security documents securely Open-source platform Deploy Probo on your own infrastructure

Resources

Probo stories How teams get compliant with Probo Blog Ideas and guidance from the Probo team Guides & tools Practical compliance guides and free tools Love from Customers What customers say about working with Probo Changelog Latest product updates Download Get the Probo Agent

Company

About The people and vision powering Probo Careers Join the team building Probo Brand assets Official logos and visual resources Security Review our security and compliance posture
Overview Understand Probo and its core concepts Product Explore Probo's GRC capabilities Developers Explore GraphQL, CLI, MCP, n8n, and webhooks Deployment Probo Cloud, self-hosting, and configuration

Explore

GitHub Explore our open-source compliance tools

Identity and provisioning MCP tools

Reference for 15 Probo MCP tools for identity and provisioning

View as Markdown

This page documents 15 tools in the identity and provisioning group. Return to the complete MCP tool reference to browse another group.

Select a tool to inspect its schemas and behavior. Schema links open the exact definition in GitHub.

  1. listUsersList UsersRead only

    List all users for the organization.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  2. getUserGet UserRead only

    Get a user by ID (profile ID).

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  3. createUserCreate UserWrites data

    Create a new user in the organization.

    Behavior

    Writes data · Non-destructive · Non-idempotent · Closed world

  4. inviteUserInvite UserWrites data

    Invite a user (profile) to the organization.

    Behavior

    Writes data · Non-destructive · Non-idempotent · Closed world

  5. updateUserUpdate UserWrites data

    Update an existing user (profile).

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  6. updateMembershipUpdate MembershipWrites data

    Update a membership role.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  7. removeUserRemove UserWrites data

    Remove a user from the organization.

    Behavior
    Writes data · Destructive · Idempotent · Closed world
  8. deactivateUserDeactivate UserWrites data

    Deactivate a user in the organization.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  9. getSCIMConfigurationGet SCIM ConfigurationRead only

    Get the SCIM configuration for an organization.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  10. createSCIMConfigurationCreate SCIM ConfigurationWrites data

    Create a SCIM configuration for an organization. Optionally provide a connector ID to also create a SCIM bridge.

    Behavior

    Writes data · Non-destructive · Non-idempotent · Closed world

  11. deleteSCIMConfigurationDelete SCIM ConfigurationWrites data

    Delete a SCIM configuration and its associated bridge.

    Behavior
    Writes data · Destructive · Idempotent · Closed world
  12. regenerateSCIMTokenRegenerate SCIM TokenWrites data

    Regenerate the bearer token for a SCIM configuration.

    Behavior
    Writes data · Destructive · Non-idempotent · Closed world
  13. getSCIMBridgeGet SCIM BridgeRead only

    Get a SCIM bridge by ID.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  14. updateSCIMBridgeUpdate SCIM BridgeWrites data

    Update a SCIM bridge’s excluded user names.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  15. listSCIMEventsList SCIM EventsRead only

    List SCIM events for a configuration.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world