In your code, after you contacted, you can add:
[self.restClient loadAccountInfo]
and delegate:
- (void)restClient:(DBRestClient*)client loadedAccountInfo:(DBAccountInfo*)info { NSLog(@"UserID: %@ %@", [info displayName], [info userId]); }
source share