InternalCreate a new instance of the service.
Creates a property for a user. For more information about user properties, see
[Confluence entity properties]
(https://developer.atlassian.com/cloud/confluence/confluence-entity-properties/).
Note, these properties stored against a user are on a Confluence site level
and not space/content level.
Note: the number of properties which could be created per app in a tenant for
each user might be
restricted by fixed system limits.
Permissions required:
Permission to access the Confluence site ('Can use' global permission).
The key of the user property.
The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192
The user property to be created.
Deletes a property for the given user.
For more information about user properties, see
Confluence entity
properties.
Note, these properties stored against a user are on a Confluence site level
and not space/content level.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
The key of the user property.
The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192
Returns the properties for a user as list of property keys. For more information
about user properties, see Confluence entity
properties.
Note, these properties stored against a user are on a Confluence site level
and not space/content level.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
Optionallimit?: numberThe maximum number of properties to return per page. Note, this may be restricted by fixed system limits.
Optionalstart?: numberThe starting index of the returned properties.
The account ID of the user to be queried for its properties.
Returned if the requested properties are returned.
Returns the property corresponding to key for a user. For more information
about user properties, see Confluence entity
properties.
Note, these properties stored against a user are on a Confluence site level
and not space/content level.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
The key of the user property.
The account ID of the user to be queried for its properties.
Returned if the requested properties are returned.
Updates a property for the given user. Note, you cannot update the key of a
user property, only the value.
For more information about user properties, see
Confluence entity
properties.
Note, these properties stored against a user are on a Confluence site level
and not space/content level.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
The key of the user property.
The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192
The user property to be updated.
Protected Staticinitialize
See
https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties