Skip to content

Is a user pending?

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

Is a user pending?

user_id
required
string

The user ID to check. If “me”, return information about the requesting user

Success

Media type application/json
boolean
Example generated
true