Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Retrieve Group Membership: 

This call retrieves a list of groups the user is a member of:

Code Block
/groups/@me

or

Code Block
/groups/{{userId}}

...

For the API call, requesting user information, the sortBy parameter has no effect. Using startIndex and count is possible, however they are of little use as there always will be only one answer, assuming the user exists.

Grouper extensions

  • If you pass in the request parameter indentResponse=true, then the resulting JSON will be indented to be more easily readable

...