Skip to content

Check preapproved list for user

GET
/user/preapproved/{user_id}
curl --request GET \
--url https://example.com/user/preapproved/example

Check preapproved list for user

user_id
required
string

Success

Media type application/json

Describes an authenticated user

object
sample_jwt

A sample jwt for this user from their IDP

string
user_name
required

Unique id of user, from CANDIG_USER_KEY field

string
Example generated
{
"sample_jwt": "example",
"user_name": "example"
}

User not found