Interface UserContract.UpdateStages.WithState

    • Method Detail

      • withState

        UserContract.Update withState​(UserState state)
        Specifies the state property: Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active..
        Parameters:
        state - Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active.
        Returns:
        the next definition stage.