Hi everyone,
I want to use the Nintex API to create multiple users at once.
I am using the Create User endpoint: POST /usermanagement/v1/tenants/{tenantId}/users
However, I cannot get it to work. I keep getting this error when I try:
JSON
{
"type": "https://tools.ietf.org/html/rfc9110#section-15.5.4",
"title": "Forbidden",
"status": 403,
"detail": "Forbidden",
"instance": "/tenants"
}
i have provided the token that is global administrator role. Which it still not allow to create.
I have a questions:
Is there anyone use different method to batch create Nintex Workflow Users?
Thank you for your help!

