# PACE User Management ## Description This is version `2023-1` of this API documentation. Last update on Jun 17, 2024. The PACE User API is responsible for user related actions. # Handling Terms of Service PACE services often require the acceptance of *Terms of Service* to execute API actions. The terms are required for legal reasons. Some of the API surface may not require the acceptance of terms. Usually, the terms need to be accepted before doing manipulations like `DELETE`, `PUT`, `POST` and similar. If a service requires a user to accept the terms of service a `451 Unavailable For Legal Reasons` status code will be returned together with a `Location` header that indicates the terms that need to be accepted. The URL points to the [GetTerms](#operation/GetTerms) and can then be followed by the [AcceptTerms](#operation/AcceptTerms). The terms can be viewed and accepted with a regular browser. A simple way to assure that the *terms of service* are accepted, before the user does any action is, to call the [CheckTerms](#operation/CheckTerms) API before the application, together with a `redirectUri` to the next step of the application process. ## Servers - Preview: https://api.pace.cloud/user/2023-1 (Preview) ## Authentication The API accepts 2 different authentication methods: - Oidc (openIdConnect) - OAuth2 ## Endpoints - [Attributes](https://developer.pace.cloud/doc/user/2023-1/group/endpoint-attributes.md) - [Auditlogs](https://developer.pace.cloud/doc/user/2023-1/group/endpoint-auditlogs.md) - [Callbacks](https://developer.pace.cloud/doc/user/2023-1/group/endpoint-callbacks.md) - [Federated identities](https://developer.pace.cloud/doc/user/2023-1/group/endpoint-federated-identities.md) - [Maintenance](https://developer.pace.cloud/doc/user/2023-1/group/endpoint-maintenance.md) - [Preferences](https://developer.pace.cloud/doc/user/2023-1/group/endpoint-preferences.md) - [Protocol](https://developer.pace.cloud/doc/user/2023-1/group/endpoint-protocol.md) - [Sessions](https://developer.pace.cloud/doc/user/2023-1/group/endpoint-sessions.md) - [Terms](https://developer.pace.cloud/doc/user/2023-1/group/endpoint-terms.md) - [User](https://developer.pace.cloud/doc/user/2023-1/group/endpoint-user.md) - [Users](https://developer.pace.cloud/doc/user/2023-1/group/endpoint-users.md) [Powered by Bump.sh](https://bump.sh)