Using core_user_create_users In Python Script

Re: Using core_user_create_users In Python Script

by Dmitry Sher -
Number of replies: 0

Server always returns code 200 (no error for HTTP), but see error description in the response message

response = requests.post(url,data=users)
print(response.json())

No privileges is typical problem IMO