# prb scim command reference

Manage SCIM provisioning. This page documents **11 commands** under `prb scim`.

Run any command with `--help` to inspect the flags, accepted values, and examples provided by your installed version. Return to the [complete CLI command reference](/docs/developers/cli/commands) to browse another command.

| Command                     | Description                                  | Usage                                               | Source                                                                                                               |
| --------------------------- | -------------------------------------------- | --------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| `prb scim`                  | Manage SCIM provisioning.                    | `prb scim <command>`                                | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/scim/scim.go)                              |
| `prb scim bridge`           | Manage SCIM bridges.                         | `prb scim bridge <command>`                         | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/scim/bridge/bridge.go)                     |
| `prb scim bridge update`    | Update a SCIM bridge.                        | `prb scim bridge update <id>`                       | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/scim/bridge/update/update.go)              |
| `prb scim bridge view`      | View a SCIM bridge.                          | `prb scim bridge view <id>`                         | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/scim/bridge/view/view.go)                  |
| `prb scim create`           | Create a SCIM configuration.                 | `prb scim create`                                   | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/scim/create/create.go)                     |
| `prb scim delete`           | Delete a SCIM configuration.                 | `prb scim delete <scim-configuration-id>`           | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/scim/delete/delete.go)                     |
| `prb scim event`            | Manage SCIM events.                          | `prb scim event <command>`                          | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/scim/event/event.go)                       |
| `prb scim event export`     | Export SCIM events.                          | `prb scim event export`                             | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/scim/event/export/export.go)               |
| `prb scim event list`       | List SCIM events for a configuration.        | `prb scim event list <scim-configuration-id>`       | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/scim/event/list/list.go)                   |
| `prb scim regenerate-token` | Regenerate the SCIM bearer token.            | `prb scim regenerate-token <scim-configuration-id>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/scim/regenerate-token/regenerate_token.go) |
| `prb scim view`             | View SCIM configuration for an organization. | `prb scim view`                                     | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/scim/view/view.go)                         |
