Getting a User
quip.apps.getUserById
Function(userId: string) => quip.apps.User | undefined
Gets the quip.apps.User object for the given ID. Will only return data if the user is the viewing user or a document member. Returns undefined
if no user with that ID was found.