zendex v0.8.1 Zendex.User

Interact with Zendesk user.

Summary

Functions

Create a new user

Delete a user

List all users

Show information relating to the user, example: number of assigned tickets

Show a specific user, given their id

Show many user, given their ids

Functions

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

Create a new user.

delete(connection, id)

Delete a user.

list(connection)
list(Zendex.Connection.t) :: map

List all users.

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

Show a specific user, given their id.

show_many(connection, ids)
show_many(Zendex.Connection.t, [integer]) :: map

Show many user, given their ids.