User profile

API Views

There is one view used for retrieving user profile and applying changes:

profile

Default serializers

DefaultUserProfileSerializer

List of settings

These settings can be used to configure user profile view. You should add them as keys (with values) to your settings.REST_REGISTRATION dict.

‘PROFILE_SERIALIZER_CLASS’

Default: 'rest_registration.api.serializers.DefaultUserProfileSerializer'

No description available, please add it here!