remove_user_verification¶
-
template<class Agent>
api_result<boolean_t, Agent&&> remove_user_verification(Agent &&agent, remove_user_verification_args_t args)¶
-
template<class Agent, class F>
void remove_user_verification(Agent &&agent, remove_user_verification_args_t args, F &&callback)¶ agentis any object satisfying agent concept.callbackis any callable object acceptingexpected<boolean_t>.Removes verification from a user who is currently verified on behalf of the organization represented by the bot. Returns True on success.
-
struct remove_user_verification_args_t¶
Arguments that should be passed to
remove_user_verification().Unique identifier of the target user