zendex v0.7.0 Zendex.User

Interact with Zendesk user.

Summary

Functions

Create a new user

List all users

Show a specific user, given their id

Functions

create(connection, user)

Specs

create(Zendex.Connection.t, map) :: map

Create a new user.

list(connection)

Specs

list(Zendex.Connection.t) :: map

List all users.

show(connection, id)

Specs

show(Zendex.Connection.t, integer) :: map

Show a specific user, given their id.