POST v2/api/users/{id}/operator

Creates a new API Credential for an operator with a newly signed Pseudonymous Key. This API call can only be made by a user with the role B2BGenerator.

Request Information

Parameters

NameDescriptionAdditional information
id
The identifier of the target user.

Define this parameter in the request URI.

Response Information

This end-point returns the password and user identifier of the created API credential. The timestamp and signature of the newly created Pseudonymous Key is also returned. Note, the OperatorID is same as the ID of the Pseudonymous Key. This end-point can only called by the specified user and a user with the role B2BGenerator, otherwise a 403:Forbidden is returned.

Response body formats

application/json, text/json

Sample:
{
  "OperatorID": "sample string 1",
  "TimeStamp": "2024-04-20T04:00:49.6536883+00:00",
  "Signature": "QEBA",
  "Password": "sample string 3"
}