Avisi cloud logo
Users

Add a user.

POST
/api/v1/user/add
curl -X POST "http://localhost:8090/api/v1/user/add"

Request was successfully processed. The response body contains the requested data.

{
  "oidcId": "e09a223a-9da2-4c04-88e7-9b868debaebd",
  "identity": "10a80a7a-1a32-4a74-b592-aa2a4ef691c5",
  "username": "string",
  "email": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "canCreateOrganisations": true
}