UserApi class

This document describes Confluence's v2 APIs. This is intended to be an iteration on the existing Confluence Cloud REST API with improvements in both endpoint definitions and performance.

Constructors

UserApi(ApiClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkAccessByEmail({required CheckAccessOrInviteByEmailRequest body}) Future<Map<String, dynamic>>
Returns the list of emails from the input list that do not have access to site.
inviteByEmail({required CheckAccessOrInviteByEmailRequest body}) Future<void>
Invite a list of emails to the site.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited