Theme

Users

Get me

GET https://cirro.io/api/v2/users/me

Description

Returns a Current User object of the current logged in user.

Example

1client = CirroIOV2::Client.new(...)
2client.User.find('me')
Previous
Overview