buyers
Activates an existing client user. The state of the client user will be updated from "INACTIVE" to "ACTIVE". This method has no effect if the client user is already in "ACTIVE" state. An error will be returned if the client user to activate is still in "INVITED" state.
post/v1/{+name}:activate
Path parameters
namestring required
Required. Format: buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}
Request body
ActivateClientUserRequest required
Request message for activating a client user.
Response
Successful response