Skip to main content

cyberwave.rest.ProfileApi

All URIs are relative to http://localhost

src_users_api_profile_change_password

src_users_api_profile_change_password(password_change_schema)
Change Password Change the current user’s password.

Example

  • Api Key Authentication (CustomTokenAuthentication):

Parameters

Return type

void (empty response body)

Authorization

CustomTokenAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: Not defined

HTTP response details

src_users_api_profile_complete_onboarding

OnboardingCompletionSchema src_users_api_profile_complete_onboarding()
Complete Onboarding Mark the current user onboarding flow as completed.

Example

  • Api Key Authentication (CustomTokenAuthentication):

Parameters

This endpoint does not need any parameter.

Return type

OnboardingCompletionSchema

Authorization

CustomTokenAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

src_users_api_profile_update_profile

ProfileResponseSchema src_users_api_profile_update_profile(profile_update_schema)
Update Profile Update the current user’s profile (first_name, last_name, timezone).

Example

  • Api Key Authentication (CustomTokenAuthentication):

Parameters

Return type

ProfileResponseSchema

Authorization

CustomTokenAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details