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
Specs
id() :: String.t()
Specs
response_body() :: String.t()
Link to this section Functions
Specs
create_users_exports( Auth0.Management.Jobs.UsersExport.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.JobsUsersExport.t(), response_body()} | error()
Create export users job.
see
https://auth0.com/docs/api/management/v2/#!/Jobs/post_users_exports
Specs
create_users_imports( Auth0.Management.Jobs.UsersImport.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.JobsUsersImport.t(), response_body()} | error()
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
Specs
send_verification_email( Auth0.Management.Jobs.VerificationEmail.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.JobsVerificationEmail.t(), response_body()} | error()
Send an email address verification email.
see
https://auth0.com/docs/api/management/v2/#!/Jobs/post_verification_email