Zum Hauptinhalt springen

User

The user API allows you to manage your own user and access information of other users that might be visible to you.

not deprecated
post
Authenticate yourself to get an access token.
/v2/authenticate
post
Validate your second factor.
/v2/authenticate-mfa
post
Authenticate an user with an access token retrieval key.
/v2/authenticate-token-retrieval-key
put
Terminate session and invalidate access token.
/v2/logout
get
Obtain authorization from the resource owner.
/v2/oauth2/authorize
post
Retrieve Access Token from Authorization Code.
/v2/oauth2/token
get
Get a PasswordPolicy.
/v2/password-policies/{passwordPolicy}
get
Get poll settings for the specified user.
/v2/poll-settings/{userId}
post
Store new or update poll settings.
/v2/poll-settings/{userId}
post
Register with email and password.
/v2/register
delete
Delete your account and all your personal data.
/v2/users/self
get
List all of your ApiTokens.
/v2/users/self/api-tokens
post
Store a new ApiToken.
/v2/users/self/api-tokens
get
Get a specific ApiToken.
/v2/users/self/api-tokens/{apiTokenId}
put
Update an existing `ApiToken`.
/v2/users/self/api-tokens/{apiTokenId}
delete
Deletes an ApiToken.
/v2/users/self/api-tokens/{apiTokenId}
post
Initialize password reset process.
/v2/users/self/credentials/actions/init-password-reset
get
Get your verified Email-Address.
/v2/users/self/credentials/email
put
Change your Email-Address.
/v2/users/self/credentials/email
post
Resend the Email-Address verification email.
/v2/users/self/credentials/email/actions/resend-email
post
Verify an added Email-Address.
/v2/users/self/credentials/email/actions/verify-email
post
Initialize Multi Factor Authentication. If successful, it needs to be confirmed, before usage of mfa.
/v2/users/self/credentials/init-mfa
get
Get your current multi factor auth status.
/v2/users/self/credentials/mfa
post
Confirm Multi Factor Authentication.
/v2/users/self/credentials/mfa
put
Reset RecoveryCodes for MFA.
/v2/users/self/credentials/mfa
delete
Disable Multi Factor Authentication.
/v2/users/self/credentials/mfa
put
Change your password.
/v2/users/self/credentials/password
get
The timestamp of your latest password change.
/v2/users/self/credentials/password-updated-at
post
Confirm password reset.
/v2/users/self/credentials/password/confirm-reset
get
Request a support code.
/v2/users/self/credentials/support-code
post
Check token for validity.
/v2/users/self/credentials/token
post
Submit your user feedback.
/v2/users/self/feedback
put
Update your account information.
/v2/users/self/personal-information
get
List all sessions.
/v2/users/self/sessions
put
Refresh a session.
/v2/users/self/sessions
delete
Terminate all sessions, except the current session.
/v2/users/self/sessions
get
Get a specific session.
/v2/users/self/sessions/{tokenId}
delete
Terminate a specific Session.
/v2/users/self/sessions/{tokenId}
get
Get your stored ssh-keys.
/v2/users/self/ssh-keys
post
Store a new ssh-key.
/v2/users/self/ssh-keys
get
Get a specific stored ssh-key.
/v2/users/self/ssh-keys/{sshKeyId}
put
Edit a stored ssh-key.
/v2/users/self/ssh-keys/{sshKeyId}
delete
Remove a ssh-key.
/v2/users/self/ssh-keys/{sshKeyId}
get
Get profile information for a user.
/v2/users/{userId}
put
Change personal information.
/v2/users/{userId}
post
Verify phone number.
/v2/users/{userId}/actions/verify-phone
post
Request a new avatar image upload.
/v2/users/{userId}/avatar
delete
Remove Avatar.
/v2/users/{userId}/avatar
get
Submitted feedback of the given user.
/v2/users/{userId}/feedback
post
Add phone number and start verification process.
/v2/users/{userId}/phone
delete
Remove phone number.
/v2/users/{userId}/phone
get
Get personalized settings.
/v2/users/{userId}/settings
put
Update personalized GUI settings.
/v2/users/{userId}/settings
post
Verify your registration.
/v2/verify-registration