Skip to content

List preapproved users

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

List preapproved users for authorization

Success

Media type application/json
Array<object>

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"
}
]