API.users property
User API operations.
Signature:
readonly users: Readonly<{
designs: {
list: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.DesignResource[]>>;
};
exports: {
list: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.ExportResource[]>>;
};
generations: {
list: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.GenerationResource[]>>;
};
materials: {
list: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.MaterialResource[]>>;
};
metafieldDefinitions: {
list: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.MetafieldDefinitionResource[]>>;
};
models: {
list: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.ModelResource[]>>;
};
read: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.UserResource>>;
teams: {
list: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.TeamResource[]>>;
};
tokens: {
list: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.TokenResource[]>>;
};
uploads: {
list: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.UploadResource[]>>;
};
webhooks: {
list: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.WebhookResource[]>>;
};
}>;