Subversion Edge User API

Use this API to create Subversion Edge users.

This API is available with Subversion Edge 2.3.0 (and later). It supports only the POST method.
Note: The following examples show request bodies and responses in JSON format, but XML is equally valid.

POST

HTTP method and URL
POST /csvn/api/1/user?format=json

Example:

Parameters
username
Required. The login name must be unique.
password
Required.
fullName
Required.
emailAddress
Required.
Authentication / Authorization User administrators (ROLE_ADMIN_USERS) and the super user (ROLE_ADMIN)
Response On success (201), the userId of the new account is returned. On failure (400), the nature of the problem is indicated in the errorDetail field.

Examples: