Enable User
finspacedata_enable_user | R Documentation |
Allows the specified user to access the FinSpace web application and API¶
Description¶
Allows the specified user to access the FinSpace web application and API.
Usage¶
finspacedata_enable_user(userId, clientToken)
Arguments¶
userId |
[required] The unique identifier for the user that you want to activate. |
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
Value¶
A list with the following syntax:
list(
userId = "string"
)
Request syntax¶
svc$enable_user(
userId = "string",
clientToken = "string"
)