Hello guys,
I would like to use API for user creation. But I did not find the structure of the payload, what are the necessary attributes that needs to be passed to successfully create new user, please? I have not found how am I able to set the password for the new user if its being created via API.
I know that I have to create API user, now I have:
API key XXXXXXXXXXXXXXXX
URL https://OUR-CRM-URL/api/v1/User
method: POST
payload: JSON
How am I able to generate password please? Thanks a lot
I would like to use API for user creation. But I did not find the structure of the payload, what are the necessary attributes that needs to be passed to successfully create new user, please? I have not found how am I able to set the password for the new user if its being created via API.
I know that I have to create API user, now I have:
API key XXXXXXXXXXXXXXXX
URL https://OUR-CRM-URL/api/v1/User
method: POST
payload: JSON
How am I able to generate password please? Thanks a lot
Comment