6- Create subscriber (with user)

POST {{baseUrl}}/hierarchy/subscribers

If you want to create both subscriber and user at the same time, you should fill userAdditionalInfo. Required privileges (one of the following):

  • privilegesun-authorizedorderscreation
  • privilegesordersauthorization
  • privilegesvirtualhierarchymanagement
  • privilegesbulkuploaddataofenduser

Request Body

{"groupId"=>4567, "referenceNumber"=>"Create Subscriber", "subscriber"=>{"surname"=>"Ut ipsum Duis occaecat", "comments"=>"Excepte", "email"=>"your.email@mail.er", "employeeNumber"=>"laborum sint id non in", "firstName"=>"proident do", "fixedNumber"=>"31611111111", "gender"=>"MALE", "mobileNumber"=>"31611111111", "preferredLanguage"=>"EN", "surnamePrefix"=>"aute qui", "vip"=>true}, "userAdditionalInfo"=>{"gripEntityId"=>101, "managedEntities"=>[7890], "roles"=>[9000]}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"contextName":"Debtor2","operation":"createSubscriber","status":"Initialized","referenceNumber":"Create Subscriber","id":1234567890123,"creationDate":"2022-10-11T10:07:27.091+00:00"}