Sugar On-Demand: New User Creation via API

Hi,
    I am working on a client requirement that is to create new user in sugar on-demand via api.
I am trying to create user on my sandbox sugar via postman but i am getting not_authorized error. While if i do GET POST api calls to other module(Accounts,Contacts) i am getting results. 

Are there any cloud settings that need to set to enable user creation via api.

Please let me if anybody has any idea.

Regards,

Shameen

Parents Reply
  • Did the auth call earlier and then used the token in the next call.

    i am making api calls using postman.
    I did auth call to sugar and got the token.
    Then used that token in my next api call for user creation in postman and got not_authorized error.

    While i do create new user within sugar it takes me to cloud settings and there i can do setup user fields.
    It looks like this needs to be something with cloud settings. or there migth be some other mechanism to create new users on sugar on-demand.

Children