Return org invites
GET /v1/orgs/current/invites
GET
/v1/orgs/current/invites
Returns a list of all invites to the org.
Authorizations
Parameters
Query Parameters
limit
integer
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
status
string
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