View source: R/suso_api_credentials.R
suso_PwCheck | R Documentation |
This function returns a 200 status if the correct credentials have been provided. If credentials are correct but user is not eligible to access the workspace, then a 403 error is returned.
suso_PwCheck(
server = suso_get_api_key("susoServer"),
apiUser = suso_get_api_key("susoUser"),
apiPass = suso_get_api_key("susoPass"),
workspace = NULL,
token = NULL
)
server |
Survey Solutions Server |
apiUser |
API user |
apiPass |
API password |
workspace |
server workspace, if nothing provided, defaults to primary |
token |
If Survey Solutions server token is provided apiUser and apiPass will be ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.