activateUser method

ResponseFuture<ActivateUserResponse> activateUser(
  1. ActivateUserRequest request, {
  2. CallOptions? options,
})

Activate a user

Activate a previously deactivated user and change the state to 'active'. The user will be able to log in again.

The endpoint returns an error if the user is not in the state 'deactivated'.

Implementation

$grpc.ResponseFuture<$0.ActivateUserResponse> activateUser(
  $0.ActivateUserRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$activateUser, request, options: options);
}