users_post_unsuspend {civis} | R Documentation |
Unsuspends user
Description
Unsuspends user
Usage
users_post_unsuspend(id)
Arguments
id |
integer required. The ID of this user. |
Value
A list containing the following elements:
id |
integer, The ID of this user. |
user |
string, The username of this user. |
unlockedAt |
string, The time the user's account was unsuspended |
[Package civis version 3.1.2 Index]