Create a service account in the database

Creates a service account in the database.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
accountDataobjectOptional

Response

result
client_idstringformat: "^[0-9a-f]{24}$"
String representation of a MongoDB ObjectId
client_secretstring
Uuid representation of client secret

Errors

500
Internal Server Error