Security

Add a new user with roles (to make api requests)

post/1.0/kb/security/users

Headers

X-Killbill-CreatedBystring required
X-Killbill-Reasonstring
X-Killbill-Commentstring

Request body

usernamestring required
passwordstring required
rolesstring[] required

Response

User role created successfully

usernamestring required
passwordstring required
rolesstring[] required

Changes