Jump to >

This documentation covers Djblets 2.x. You can see the latest Djblets documentation or all other versions.

djblets.webapi.resources.user

Built-in resource representing the User model.

class UserResource[source]

A default resource for representing a Django User model.

model[source]

alias of django.contrib.auth.models.User

has_modify_permissions(request, user, *args, **kwargs)[source]

Return whether or not the user can modify this object.

get_list(**kwargs)[source]

Retrieve the list of users on the site.