Organization

Base definition

{
    "kind": "organization",
    "name": string,
    "fullName": string,
    "ror": string
}

Documentation

FieldsDescription

kind

string

The resource type. Will always be "organization".

name

string

The account name (username) of the organization. Will only contain alphanumeric and underscore characters.

fullName

string

The organization's full name.

ror

string The ROR of the organization, if available

Last updated