# Functions
CreateUserPath computes a request path to the create action of user.
FindByEmailUserPath computes a request path to the findByEmail action of user.
FindUserPath computes a request path to the find action of user.
FindUsersUserPath computes a request path to the findUsers action of user.
ForgotPasswordUpdateUserPath computes a request path to the forgotPasswordUpdate action of user.
ForgotPasswordUserPath computes a request path to the forgotPassword action of user.
GetAllUserPath computes a request path to the getAll action of user.
GetMeUserPath computes a request path to the getMe action of user.
GetUserPath computes a request path to the get action of user.
New instantiates the client.
ResetVerificationTokenUserPath computes a request path to the resetVerificationToken action of user.
UpdateUserPath computes a request path to the update action of user.
VerifyUserPath computes a request path to the verify action of user.
# Structs
Client is the user service client.
CreateUserPayload.
Email and password credentials.
Email payload.
FilterPayload user type.
FilterProperty user type.
Password Reset payload.
OrderSpec user type.
ResetToken media type (default view)
Identifier: resettokenmedia; view=default.
UpdateUserPayload.
users media type (default view)
Identifier: application/vnd.goa.user+json; view=default.
UsersPage media type (default view)
Identifier: application/mt.ckan.users-page+json; view=default.