User profile¶
API Views¶
There is one view used for retrieving user profile and applying changes:
Default serializers¶
DefaultUserProfileSerializer¶
-
class
rest_registration.api.serializers.
DefaultUserProfileSerializer
(*args, **kwargs)[source]¶ Default serializer used for user profile. It will use these:
- User fields
- ‘USER_HIDDEN_FIELDS’ setting
- ‘USER_PUBLIC_FIELDS’ setting
- ‘USER_EDITABLE_FIELDS’ setting
to automagically generate the required serializer fields.
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.