Skip to content

Return org invites

GET
/v1/orgs/current/invites

Returns a list of all invites to the org.

Authorizations

Parameters

Query Parameters

limit
integer
default: 60

Limit of health checks to return

Responses

200

OK

Array<object>
object
created_at
string
created_by_id
string
email
string
id
string
orgID

Parent relationship

string
role_type
string
Allowed values: org_admin installer runner hosted-installer
status
string
Allowed values: pending accepted
updated_at
string

400

Bad Request

object
description
string
error
string
user_error
boolean

401

Unauthorized

object
description
string
error
string
user_error
boolean

403

Forbidden

object
description
string
error
string
user_error
boolean

404

Not Found

object
description
string
error
string
user_error
boolean

500

Internal Server Error

object
description
string
error
string
user_error
boolean