Access Management Service — Backend Specification
OpenAPI 3.0.3. Hosted by desp. Manages DESP-level users — this is distinct from dean/alias management (that’s the Alias service): this spec is about a pilot PSP’s own user identity/access within DESP, per onboarding.
Endpoints
| Method | Path | operationId | Purpose |
|---|---|---|---|
| POST | /v1/users | createUsers | Create a user in DESP |
| POST | /v1/users-updates | usersUpdates | Update a user in DESP |
| POST | /v1/users/deactivations | usersDeactivations | Deactivate a user in DESP |
| GET | /v1/users/{user-id} | getUsers | Status check — does the user already exist in DESP |
Related
desp · onboarding · dean · spec-alias