Skip to content

ndi.cloud.users.post_user_update

  POST_USER_UPDATE - update a user

  [STATUS,RESPONSE] = ndi.cloud.user.post_users_update(USER_ID)

  Inputs:
    USER_ID - a string representing the user's id
    AUTH_TOKEN - a string representing the authentification token

  Outputs:
    STATUS - did post request work? 1 for no, 0 for yes
    RESPONSE - a message indicates if the user is updated or not