This endpoint allows you to update the details of a specific user in the system. The user ID is passed as a path parameter, and the data to be updated is provided in the request body
Use a valid Bearer token to authenticate.
The identifier for the user that generated by system. Example: 621dd813eb3ebf16b94d6969
The name of user. Example: Jhon doe
The email of user.
Example: example@mile.app
The phone number of user.
Example: +628123456789
The hub id of user.
Example: ['621dd813eb3ebf16b94d6969','621dd813eb3ebf16b94d6968']
The team id of user. If you set empty array, it will assigned to all team.
Example: ['621dd813eb3ebf16b94d6969','621dd813eb3ebf16b94d6968']
OK
The response is of type object.