Documentation Index
Fetch the complete documentation index at: https://docs.sdk.anghami.com/llms.txt
Use this file to discover all available pages before exploring further.
UserService is intentionally minimal — a single operation that returns the profile of the currently authenticated user. Requires an OAuth access token with the read scope.
GetCurrentUser
User message with:
user.id— typedUserID({ value: string }).user.display_name— display name as set by the user.user.avatar— avatarImage(seemedia.proto).user.age— optional integer; may be absent for privacy reasons.
Why so small
The SDK does not expose social-graph operations (followers, friends, etc.), and it does not expose other users’ profiles.UserService is just enough for a client to render “you are signed in as …” — anything richer is intentionally outside the public surface.
Related
- Library — operations on this user’s library.
- Authentication — getting an OAuth token in the first place.