Verification of internal applicant

The /me/verifyInternal verifies, whether an applicant is an internal one or not. If so, he is flagged as internal in the database.

By sending the following PUT-request, you can verify the current user against his internal status:

with TOKEN being a user access token. It is used to determine the validity of this request.

Path parameters

– none –

Query parameters

– none –

Response values

Upon Returned value Description
failure 500 – INTERNAL SERVER ERROR When an error appears while processing your request, e.g. when the eventId was wrong.
authorization error 401 / 403 See here for details.

You won’t get any feedback whether your the verification was successful or not.

Comments

Comments are closed.