mobieusKnow API: SCIM 2.0 Provisioning History #220
Author
Patrick Bass
Submitted
Jun 7, 2026 9:51am
Reviewed
Jun 7, 2026 9:51am
Summary
Added by audit doc-gap batch
## API: SCIM 2.0 Provisioning
+ mobieusCore implements SCIM 2.0 to enable identity providers to provision and deprovision users automatically.
mobieusCore implements SCIM 2.0 so your identity provider can provision and deprovision users automatically. SCIM is part of mobieusLearn and is available on Pro, Creator Plus, and Sovereign plans once the mobieusLearn SCIM feature is enabled.
### Base URL
```
https://{tenant}.mobieus.io/scim/v2
```
### Authentication
+ Generate a SCIM token at **Admin → Config → SCIM** and pass it as:
Mint a SCIM token at **Admin → mobieusLearn → SCIM credentials** (`/admin/learn/scim-credentials`). The token is shown once. Pass it as:
```
Authorization: Bearer <token>
```
### Supported endpoints
| Method | Path | Description |
|---|---|---|
| GET | `/scim/v2/ServiceProviderConfig` | Service provider capabilities |
| GET | `/scim/v2/ResourceTypes` | Supported resource types |
| GET | `/scim/v2/Schemas` | Supported schemas |
| GET | `/scim/v2/Users` | List users |
| POST | `/scim/v2/Users` | Create user |
| GET/PUT/PATCH | `/scim/v2/Users/{id}` | Manage user |
| DELETE | `/scim/v2/Users/{id}` | Deactivate user |
+ | GET/POST | `/scim/v2/Groups` | List/create groups |
| GET/POST | `/scim/v2/Groups` | List / create groups |
| GET/PUT/PATCH/DELETE | `/scim/v2/Groups/{id}` | Manage group |
See also: [mobieusLearn SCIM setup](/know/learn-scim-setup).

API: SCIM 2.0 Provisioning

mobieusCore implements SCIM 2.0 to enable identity providers to provision and deprovision users automatically.

Base URL

https://{tenant}.mobieus.io/scim/v2

Authentication

Generate a SCIM token at Admin → Config → SCIM and pass it as:

Authorization: Bearer <token>

Supported endpoints

Method Path Description
GET /scim/v2/Users List users
POST /scim/v2/Users Create user
GET/PUT/PATCH /scim/v2/Users/{id} Manage user
DELETE /scim/v2/Users/{id} Deactivate user
GET/POST /scim/v2/Groups List/create groups

See also: mobieusLearn SCIM setup.

## API: SCIM 2.0 Provisioning

mobieusCore implements SCIM 2.0 to enable identity providers to provision and deprovision users automatically.

### Base URL

```
https://{tenant}.mobieus.io/scim/v2
```

### Authentication

Generate a SCIM token at **Admin → Config → SCIM** and pass it as:

```
Authorization: Bearer <token>
```

### Supported endpoints

| Method | Path | Description |
|---|---|---|
| GET | `/scim/v2/Users` | List users |
| POST | `/scim/v2/Users` | Create user |
| GET/PUT/PATCH | `/scim/v2/Users/{id}` | Manage user |
| DELETE | `/scim/v2/Users/{id}` | Deactivate user |
| GET/POST | `/scim/v2/Groups` | List/create groups |

See also: [mobieusLearn SCIM setup](/know/learn-scim-setup).