Auth0.Management.Jobs (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management API of Jobs.

endpoint

  • /api/v2/jobs/{id}
  • /api/v2/jobs/{id}/errors
  • /api/v2/jobs/users-exports
  • /api/v2/jobs/users-imports
  • /api/v2/jobs/verification-email

Link to this section Summary

Functions

Create export users job.

Create import users job.

Get a job.

Get job error details.

Send an email address verification email.

Link to this section Types

Specs

config() :: Auth0.Config.t()

Specs

error() :: {:error, integer(), term()} | {:error, term()}

Specs

id() :: String.t()

Specs

response_body() :: String.t()

Link to this section Functions

Link to this function

create_users_exports(params, config)

View Source

Specs

Create export users job.

see

https://auth0.com/docs/api/management/v2/#!/Jobs/post_users_exports

Link to this function

create_users_imports(params, config)

View Source

Specs

Create import users job.

see

https://auth0.com/docs/api/management/v2/#!/Jobs/post_users_imports

Specs

get(id(), config()) :: {:ok, Auth0.Entity.Jobs.t(), response_body()} | error()

Get a job.

see

https://auth0.com/docs/api/management/v2/#!/Jobs/get_jobs_by_id

Specs

get_error(id(), config()) ::
  {:ok, Auth0.Entity.JobsErrors.t(), response_body()} | error()

Get job error details.

see

https://auth0.com/docs/api/management/v2/#!/Jobs/get_errors

Link to this function

send_verification_email(params, config)

View Source

Specs

Send an email address verification email.

see

https://auth0.com/docs/api/management/v2/#!/Jobs/post_verification_email