Invite User

Use this endpoint to programmatically invite a user to your Hover organization.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

This endpoint allows your integration to programmatically invite a user to your Hover organization. The user email cannot be associated with an existing Hover account.

A successful request will return a 201 Created with a response body that shows the user information returned in a JSON payload. This endpoint does not automatically trigger an email invitation to the invited user. To send your invited user an email, your integration can utilize the Send Invitation Email endpoint..

Path Params
int32
required
Defaults to 44653

The ID of the Hover organization to add a user to.

Body Params
user
object
string
Defaults to job_manager

Default is job_manager. Allowed values are job_manager and admin and indicates a user's permission level.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here!