User Management Edit online GET /auth /usersBy using GET /auth /users API, you can send the user a new registration code. The previous registration code will be marked invalid. If the user has already completed their registration no action will be taken.POST /auth /usersBy using POST /auth /registration /code API, you can invite a new user in the caller’s org. This will create the user and send a registration email to the created User’s email, with a registration code, and pointing him to complete his registration on IBM Digital Asset Haven's dashboard. The user is created without any permissions..GET /auth/users/{userId}By using GET /auth/users/{userId} API, you can retrieve information about a specific User.PUT/auth/users/{userId}By using PUT/auth/users/{userId} API, you can update a specific User.PUT / auth / users / {userId} / activateBy using PUT/auth/users/{userId} API, you can activate a specific User.PUT / auth/users/{userId}/deactivateUse this API to deactivate an user.DELETE/auth/users/{userId}Use this API to delete a specific user.Parent topic: Identity and Access Management